Created by: themre
Based on https://github.com/facebookincubator/create-react-app/issues/798 I would like to propose to add some bundle analyzer into CRA. I would however like to put it into some conditional scripts or pass some arguments into build script, like: const addAnalyzer = process.argv.indexOf('--stats') !== -1;
.