Skip to content

rishantagarwal/wba-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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