mipearson / webpack-rails

Integrate webpack with your Ruby on Rails application
MIT License
544 stars 82 forks source link

Only enable dev server in development & test #69

Closed agis closed 7 years ago

agis commented 7 years ago

Prior to this change, webpack-dev-server would also be enabled in environments like staging, which is not something one would expect.

This seems like a more sensible default.

mipearson commented 7 years ago

Agreed.