Skip to content

Commit 7ec75b0

Browse files
cconard96cedric-anne
authored andcommitted
add hash to vue chunk name
1 parent c003952 commit 7ec75b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vue.webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const config = {
99
},
1010
output: {
1111
filename: 'app.js',
12-
chunkFilename: "[name].js",
12+
chunkFilename: "[name]-[chunkhash].js",
1313
path: path.resolve(__dirname, 'public/build/vue'),
1414
publicPath: '/build/vue',
1515
asyncChunks: true,

0 commit comments

Comments
 (0)