1.0.2 • Published 5 years ago

wba-runner v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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-runner

Run it in your project directory...

$ cd <project directory>
$ wba-runner

Todos

  • Write Tests
  • Add option to pass custom config
  • ......

License

MIT