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 844c8dd commit 5078199Copy full SHA for 5078199
template/config/index.js
@@ -33,7 +33,12 @@ module.exports = {
33
// (https://github.com/webpack/css-loader#sourcemaps)
34
// In our experience, they generally work as expected,
35
// just be aware of this issue when enabling this option.
36
- cssSourceMap: false
+ cssSourceMap: false,
37
+
38
+ // If you have problems debugging vue-files in devtools,
39
+ // set this to false - it *may* help
40
+ // https://vue-loader.vuejs.org/en/options.html#cachebusting
41
+ cacheBusting: true,
42
},
43
build: {
44
// Template for index.html
0 commit comments