We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79cb57 commit c95ecddCopy full SHA for c95ecdd
src/inertiajs-stubs/webpack.mix.js
@@ -3,7 +3,8 @@ const path = require('path')
3
4
mix.js('resources/js/app.js', 'public/js')
5
.sass('resources/sass/app.scss', 'public/css')
6
- output: { chunkFilename: 'js/[name].[contenthash].js' },
+ .webpackConfig({
7
+ output: { chunkFilename: 'js/[name].js?id=[chunkhash]' },
8
resolve: {
9
alias: {
10
'vue$': 'vue/dist/vue.runtime.js',
0 commit comments