templates/rails_app/config/environments/development.rb in railman-1.0.3 vs templates/rails_app/config/environments/development.rb in railman-1.0.4
- old
+ new
@@ -1,8 +1,5 @@
Rails.application.configure do
- # Make javascript_pack_tag load assets from webpack-dev-server.
- config.x.webpacker[:dev_server_host] = "http://localhost:8080"
-
# Settings specified here will take precedence over those in config/application.rb.
# In the development environment your application's code is reloaded on
# every request. This slows down response time but is perfect for development
# since you don't have to restart the web server when you make code changes.