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 4a730f7 commit 6befc9cCopy full SHA for 6befc9c
template/package.json
@@ -5,7 +5,7 @@
5
"author": "{{ author }}",
6
"scripts": {
7
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js --progress --hide-modules",
8
- "build:env": "cross-env NODE_ENV=development webpack --config webpack.config.js --progress --hide-modules",
+ "build:dev": "cross-env NODE_ENV=development webpack --config webpack.config.js --progress --hide-modules",
9
"build-zip": "node scripts/build-zip.js",
10
"watch": "npm run build -- --watch"
11
},
0 commit comments