Commit df1ffe51 by Jonathan Reinink

Switch to query string hash for JS files

1 parent 36fef80b
Showing with 1 additions and 1 deletions
...@@ -22,7 +22,7 @@ mix.js('resources/js/app.js', 'public/js') ...@@ -22,7 +22,7 @@ mix.js('resources/js/app.js', 'public/js')
tailwindcss('tailwind.js'), tailwindcss('tailwind.js'),
]) ])
.webpackConfig({ .webpackConfig({
output: { chunkFilename: 'js/[name].[contenthash].js' }, output: { chunkFilename: 'js/[name].js?id=[chunkhash]' },
resolve: { resolve: {
alias: { alias: {
'vue$': 'vue/dist/vue.runtime.esm.js', 'vue$': 'vue/dist/vue.runtime.esm.js',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!