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.
2 parents e3f290b + b3c57f7 commit e5d7c47Copy full SHA for e5d7c47
dev_mode/package.json
@@ -4,7 +4,7 @@
4
"private": true,
5
"license": "BSD-3-Clause",
6
"scripts": {
7
- "build": "cat package.json && npm run clean && webpack",
+ "build": "npm run clean && webpack",
8
"build:dev": "npm run build",
9
"build:prod": "webpack --config webpack.prod.config.js",
10
"build:prod:minimize": "webpack --config webpack.prod.minimize.config.js",
0 commit comments