File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -32,3 +32,6 @@ node_modules
32
32
33
33
# ignore playground dir
34
34
playground
35
+
36
+ # ignore Webpack stats output
37
+ stats.json
Original file line number Diff line number Diff line change 17
17
"docs" : " npm run docs:react && npm run docs:util" ,
18
18
"docs:util" : " jsdoc2md src/util/index.js > docs/util/util.md" ,
19
19
"docs:clean" : " rimraf docs/components/* && rimraf docs/util/*" ,
20
- "release" : " npm run test && npm run build && npm run docs && git commit -a && np"
20
+ "release" : " npm run test && npm run build && npm run docs && git commit -a && np" ,
21
+ "analyze" : " webpack --config webpack.config.js --env build --profile --json > stats.json && echo '==> http://webpack.github.io/analyse/'" ,
22
+ "analyze:clean" : " rimraf stats.json"
21
23
},
22
24
"jest" : {
23
25
"collectCoverageFrom" : [
You can’t perform that action at this time.
0 commit comments