Skip to content

Commit 5078199

Browse files
committed
add cacheBusting option for vue-loader
1 parent 844c8dd commit 5078199

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

template/config/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@ module.exports = {
3333
// (https://github.com/webpack/css-loader#sourcemaps)
3434
// In our experience, they generally work as expected,
3535
// just be aware of this issue when enabling this option.
36-
cssSourceMap: false
36+
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,
3742
},
3843
build: {
3944
// Template for index.html

0 commit comments

Comments
 (0)