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.
1 parent 5273d3f commit 1d9da52Copy full SHA for 1d9da52
webpack/package.json
@@ -35,7 +35,7 @@
35
"scripts": {
36
"start": "webpack-dev-server",
37
"build": "rimraf dist && webpack --env production",
38
- "analyze": "webpack --env production --analyze",
+ "analyze": "rimraf dist && webpack --env production --analyze",
39
// @if jasmine || tape || mocha
40
"build:test": "rimraf dist && webpack --env test",
41
"test:watch": "rimraf dist && webpack --env test --watch --runTest"
0 commit comments