Commit 31fa546 1 parent aab281d commit 31fa546 Copy full SHA for 31fa546
File tree 1 file changed +12
-12
lines changed
packages/suite-build/configs
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -63,24 +63,24 @@ const config: webpack.Configuration = {
63
63
optimization : {
64
64
splitChunks : {
65
65
cacheGroups : {
66
- react : {
67
- chunks : 'initial' ,
68
- name : 'react' ,
69
- test : / [ \\ / ] n o d e _ m o d u l e s [ \\ / ] r e a c t / ,
70
- priority : - 10 ,
71
- } ,
66
+ // react: {
67
+ // chunks: 'initial',
68
+ // name: 'react',
69
+ // test: /[\\/]node_modules[\\/]react/,
70
+ // priority: -10,
71
+ // },
72
72
vendors : {
73
73
chunks : 'initial' ,
74
74
name : 'vendors' ,
75
75
test : / [ \\ / ] n o d e _ m o d u l e s [ \\ / ] (? ! r e a c t ) / ,
76
76
priority : - 15 ,
77
77
} ,
78
- components : {
79
- chunks : 'initial' ,
80
- name : 'components' ,
81
- test : / [ \\ / ] p a c k a g e s [ \\ / ] c o m p o n e n t s [ \\ / ] / ,
82
- priority : - 20 ,
83
- } ,
78
+ // components: {
79
+ // chunks: 'initial',
80
+ // name: 'components',
81
+ // test: /[\\/]packages[\\/]components[\\/]/,
82
+ // priority: -20,
83
+ // },
84
84
} ,
85
85
} ,
86
86
minimizer : [
You can’t perform that action at this time.
0 commit comments