Commit 6fffdf7f authored by Mike Greiling's avatar Mike Greiling

remove dev-server config from development environment

parent 5fcbe127
Rails.application.configure do
WEBPACK_DEV_PORT = `cat ../webpack_port 2>/dev/null || echo '3808'`.to_i
# Settings specified here will take precedence over those in config/application.rb
# In the development environment your application's code is reloaded on
......@@ -24,11 +22,6 @@ Rails.application.configure do
# Only use best-standards-support built into browsers
config.action_dispatch.best_standards_support = :builtin
# Enable webpack dev server
config.webpack.dev_server.enabled = true
config.webpack.dev_server.port = WEBPACK_DEV_PORT
config.webpack.dev_server.manifest_port = WEBPACK_DEV_PORT
# Do not compress assets
config.assets.compress = false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment