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 6137ad6 commit 0679842Copy full SHA for 0679842
package.json
@@ -10,7 +10,7 @@
10
"watch-poll": "npm run watch -- --watch-poll",
11
"build": "npm run production",
12
"prod": "npm run production",
13
- "production": "webpack --config=webpack.config.js --mode=production --hide-modules",
+ "production": "webpack --config=webpack.config.js --mode=production --hide-modules --progress",
14
"test": "echo \"Error: no test specified\" && exit 1"
15
},
16
"repository": {
0 commit comments