webpack

Module bundler for JavaScript and web assets

brewmacoslinux
Try with needOr install directly
Source

About

Bundler for JavaScript and friends

Commands

webpack

Examples

Bundle JavaScript files with default configuration$ webpack
Bundle for production with optimizations$ webpack --mode production
Watch files for changes and rebuild automatically$ webpack --watch