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 ac4c783 + 4218d00 commit d4d1909Copy full SHA for d4d1909
template/package.json
@@ -7,7 +7,8 @@
7
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js --progress --hide-modules",
8
"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"
+ "watch": "npm run build -- --watch",
11
+ "watch:dev": "npm run build:dev -- --watch"
12
},
13
"dependencies": {
14
{{#axios}}"axios": "^0.16.2",{{/axios}}
0 commit comments