rails / webpacker

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

Specify webpack-dev-server to be v3 #3275

Closed vs-zhang closed 2 years ago

vs-zhang commented 2 years ago

same as https://github.com/rails/webpacker/pull/3121. when using Webpacker v4, it will install webpack-dev-server@4.8.1 which then requires @webpack-cli/serve to also be installed to properly run bin/webpack-dev-server.