Skip to content

Commit 070fd4e

Browse files
Use the ES module version of the Vue runtime
1 parent c95ecdd commit 070fd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inertiajs-stubs/webpack.mix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mix.js('resources/js/app.js', 'public/js')
77
output: { chunkFilename: 'js/[name].js?id=[chunkhash]' },
88
resolve: {
99
alias: {
10-
'vue$': 'vue/dist/vue.runtime.js',
10+
'vue$': 'vue/dist/vue.runtime.esm.js',
1111
'@': path.resolve('resources/js'),
1212
},
1313
},

0 commit comments

Comments
 (0)