webpack Command Examples

Bundle a web project's js files and other assets into a single output file. More information: https://webpack.js.org.

webpack {{app.js}} {{bundle.js}}

webpack {{app.js}} {{bundle.js}} --module-bind '{{css=css}}'

webpack --config {{webpack.config.js}} --progress

webpack --watch {{app.js}} {{bundle.js}}