rails / webpacker

Use Webpack to manage app-like JavaScript modules in Rails
MIT License
5.31k stars 1.47k forks source link

update upgrading guide to suggest webpack-dev-server@3 #3294

Closed nachiket87 closed 1 year ago

nachiket87 commented 1 year ago

As per https://github.com/rails/webpacker/pull/3121

updating webpack-dev-server will result in version 4 which causes breakage that is hard to debug. Update readme to only update webpack-dev-server within version 3 to prevent developers from having to debug the issue with webpack-cli/serve