Skip to content

Commit 9f51df9

Browse files
committed
add missing cacheBusting option
1 parent b14a70a commit 9f51df9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/build/vue-loader.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = {
1313
extract: isProduction
1414
}),
1515
cssSourceMap: sourceMapEnabled,
16+
cacheBusting: config.dev.cacheBusting,
1617
transformToRequire: {
1718
video: 'src',
1819
source: 'src',

0 commit comments

Comments
 (0)