Remove old code splitting config

This commit is contained in:
Jonathan Reinink 2021-06-14 08:03:44 -04:00
parent eb00e058d2
commit c6c40f7573
1 changed files with 0 additions and 1 deletions

1
webpack.mix.js vendored
View File

@ -24,7 +24,6 @@ mix
require('tailwindcss'),
])
.webpackConfig({
output: { chunkFilename: 'js/[name].js?id=[chunkhash]' },
resolve: {
alias: {
vue$: 'vue/dist/vue.runtime.esm.js',