cra-bundle-analyzer

0.1.1 • Public • Published

npm node downloads

This package allows to use webpack-bundle-analyzer with create-react-app, without having to eject the react application.

It's an alternative to the official source-map-explorer.

Installation

# NPM
npm install --save-dev cra-bundle-analyzer
# Yarn
yarn add -D cra-bundle-analyzer

Usage

npx cra-bundle-analyzer

This command will generate the webpack-bundle-analyzer report in build/report.html

Options

  -r, --reportFilename <file>         Path to bundle report file that will be generated in `static` mode. (default: report.html)

References

Package Sidebar

Install

npm i cra-bundle-analyzer

Weekly Downloads

4,630

Version

0.1.1

License

MIT

Unpacked Size

5.88 kB

Total Files

4

Last publish

Collaborators

  • svengau