We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89271f1 commit 0627609Copy full SHA for 0627609
packages/@vue/cli-ui/index.js
@@ -16,6 +16,7 @@ exports.clientAddonConfig = function ({ id, port = 8042 }) {
16
config.plugins.delete('prefetch')
17
config.plugins.delete('html')
18
config.plugins.delete('optimize-css')
19
+ config.optimization.splitChunks(false)
20
},
21
devServer: {
22
headers: {
0 commit comments