wba-runner
v1.0.2
Published
Independent Webpack Bundle Analyzer runner for CRA apps
Maintainers
Readme
Webpack Bundle Analyzer Runner
WBA-runner is an independent Webpack Bundle Analyzer runner for React Apps built using Create React App. No need to eject your app. Just set it up as an global tool and run it in your project directory.
Things to note!
- Uses WBA v2.10.0 and react scripts v1.1.1
- Can be run independently with your project without ejecting
How to use ?
Install the tool globally.
$ npm install -g wba-runnerRun it in your project directory...
$ cd <project directory>
$ wba-runnerTodos
- Write Tests
- Add option to pass custom config
- ......
License
MIT
