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 2f391c9 commit 34201f4Copy full SHA for 34201f4
package.json
@@ -24,7 +24,7 @@
24
"style-loader": "^0.13.1",
25
"vue-loader": "^10.0.2",
26
"vue-template-compiler": "^2.1.8",
27
- "webpack": "2.2.0-rc.3",
+ "webpack": "2.2.0-rc.4",
28
"webpack-dev-server": "2.2.0-rc.0"
29
}
30
webpack.config.js
@@ -79,10 +79,7 @@ var config = {
79
// }
80
// },
81
},
82
- devtool: '#eval-source-map',
83
- performance: {
84
- hints: false
85
- }
+ devtool: '#eval-source-map'
86
};
87
88
var pages = getHtmls();
0 commit comments