Skip to content

Commit faa6247

Browse files
committed
Use cache-busting webpack chunk names in development
1 parent b3cd497 commit faa6247

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

webpack.mix.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ mix.webpackConfig({
112112
stats: {
113113
children: true,
114114
},
115+
output: {
116+
chunkFilename: '[contenthash].js',
117+
},
115118
optimization: {
116119
runtimeChunk: false,
117120
},

0 commit comments

Comments
 (0)