Commit 3f3da3db by Jonathan Reinink

Update Vue build

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