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.
- Uses WBA v2.10.0 and react scripts v1.1.1
- Can be run independently with your project without ejecting
Install the tool globally.
$ npm install -g wba-runner
Run it in your project directory...
$ cd <project directory>
$ wba-runner
- Write Tests
- Add option to pass custom config
- ......
MIT