Skip to content

Commit 0627609

Browse files
author
Guillaume Chau
committed
fix(ui): client addon config
1 parent 89271f1 commit 0627609

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@vue/cli-ui/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ exports.clientAddonConfig = function ({ id, port = 8042 }) {
1616
config.plugins.delete('prefetch')
1717
config.plugins.delete('html')
1818
config.plugins.delete('optimize-css')
19+
config.optimization.splitChunks(false)
1920
},
2021
devServer: {
2122
headers: {

0 commit comments

Comments
 (0)