We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
analyze
1 parent b0d3ae6 commit 4d74940Copy full SHA for 4d74940
package.json
@@ -18,8 +18,8 @@
18
"docs:util": "jsdoc2md src/util/index.js > docs/util/util.md",
19
"docs:clean": "rimraf docs/components/* && rimraf docs/util/*",
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"
+ "preanalyze": "rimraf stats.json",
+ "analyze": "webpack --config webpack.config.js --env build --profile --json > stats.json && echo '==> http://webpack.github.io/analyse/'"
23
},
24
"jest": {
25
"collectCoverageFrom": [
0 commit comments