Skip to content

Commit 3cf126d

Browse files
committed
feat: chunks element plus
1 parent 9144610 commit 3cf126d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vue.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ module.exports = {
5252
enforce: true
5353
},
5454
elementUI: {
55-
name: 'chunk-elementui',
56-
test: /[\\/]node_modules[\\/]element-ui[\\/]/,
55+
name: 'chunk-element-plus',
56+
test: /[\\/]node_modules[\\/]element-plus[\\/]/,
5757
chunks: 'all',
5858
priority: 3,
5959
reuseExistingChunk: true,

0 commit comments

Comments
 (0)