From c6c40f75734e8a89f77537f9f3ee26d67e22354d Mon Sep 17 00:00:00 2001 From: Jonathan Reinink Date: Mon, 14 Jun 2021 08:03:44 -0400 Subject: [PATCH] Remove old code splitting config --- webpack.mix.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.mix.js b/webpack.mix.js index 5f4f073..3ba9c9f 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -24,7 +24,6 @@ mix require('tailwindcss'), ]) .webpackConfig({ - output: { chunkFilename: 'js/[name].js?id=[chunkhash]' }, resolve: { alias: { vue$: 'vue/dist/vue.runtime.esm.js',