We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb6a6f commit 190eecfCopy full SHA for 190eecf
package.json
@@ -4,7 +4,7 @@
4
"description": "HN clone with Vue.js using HN API",
5
"main": "index.js",
6
"scripts": {
7
- "dev": "webpack-dev-server --inline --hot --quiet",
+ "dev": "webpack-dev-server --inline --hot --no-info",
8
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
9
},
10
"repository": {
@@ -25,11 +25,11 @@
25
"babel-runtime": "^5.8.0",
26
"cross-env": "^1.0.5",
27
"css-loader": "^0.21.0",
28
- "style-loader": "^0.13.0",
29
"stylus-loader": "^1.4.0",
30
"vue-hot-reload-api": "^1.2.0",
31
"vue-html-loader": "^1.0.0",
32
- "vue-loader": "^7.2.0",
+ "vue-loader": "^8.0.0",
+ "vue-style-loader": "^1.0.0",
33
"webpack": "^1.12.2",
34
"webpack-dev-server": "^1.12.0"
35
0 commit comments