We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c17e60 commit e8cc2d5Copy full SHA for e8cc2d5
package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "dev-cli": "webpack-dev-server --progress --config build/webpack.dev.config.js",
+ "dev": "webpack-dev-server --progress --config build/webpack.dev.config.js",
8
"build": "webpack --progress --config build/webpack.prod.config.js",
9
"test": "echo \"Error: no test specified\" && exit 1"
10
},
0 commit comments