webpack-bundle-analyzer
Alias:
wba
Default command
webpack-bundle-analyzer stats.jsonCLI Options
https://github.com/webpack-contrib/webpack-bundle-analyzer#options-for-cli
Examples
Default CLI
mhy webpack-bundle-analyzer
# or
mhy wbaAnalyze production bundle instead
production bundle insteadmhy webpack-bundle-analyzer --mhy-env=prod
# or
NODE_ENV=production mhy webpack-bundle-analyzerWith watcher
mhy webpack -w
# or
mhy wp --watchLast updated
Was this helpful?