rails / webpacker

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

Rename bin/webpack[-dev-server] to bin/webpacker[-dev-server] #3252

Closed justin808 closed 2 years ago

justin808 commented 2 years ago

Renamed /bin/webpack to /bin/webpacker and /bin/webpack-dev-server to bin/webpacker-dev-server to avoid confusion with underlying webpack executables.

Addresses #3237.

justin808 commented 2 years ago

CI passes. What else should be tested? Most changes are in the docs.

guillaumebriday commented 2 years ago

Nice!