Skip to content
Snippets Groups Projects
Commit 6fffdf7f authored by Mike Greiling's avatar Mike Greiling
Browse files

remove dev-server config from development environment

parent 5fcbe127
No related branches found
No related tags found
No related merge requests found
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
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment