0.5.2-buildfix.1 ā€¢ Published 3 years ago

@madsci/bundle-analyzer-cli v0.5.2-buildfix.1

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

@bundle-analyzer/cli

Official CLI compatible with Bundle Analyzer service.

Install

npm install --save-dev @bundle-analyzer/cli

Usage

Usage: bundle-analyzer [options] <stats>

Options:
  -V, --version               output the version number
  --token <repository-token>  specify the repository token
  --config-file <file>        specify a custom config file
  -h, --help                  output usage information

  Examples:
    webpack --json | bundle-analyzer --token "your-repository-token"
    cat webpack-stats.json | bundle-analyzer --token "your-repository-token"

Complete documentation

šŸ‘‰ See full documentation

License

MIT