Commit 2ba834a 1 parent aab281d commit 2ba834a Copy full SHA for 2ba834a
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,18 +63,18 @@ 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
- } ,
72
- vendors : {
73
- chunks : 'initial' ,
74
- name : 'vendors' ,
75
- test : / [ \\ / ] n o d e _ m o d u l e s [ \\ / ] (? ! r e a c t ) / ,
76
- priority : - 15 ,
77
- } ,
66
+ // react: {
67
+ // chunks: 'initial',
68
+ // name: 'react',
69
+ // test: /[\\/]node_modules[\\/]react/,
70
+ // priority: -10,
71
+ // },
72
+ // vendors: {
73
+ // chunks: 'initial',
74
+ // name: 'vendors',
75
+ // test: /[\\/]node_modules[\\/](?!react)/,
76
+ // priority: -15,
77
+ // },
78
78
components : {
79
79
chunks : 'initial' ,
80
80
name : 'components' ,
You can’t perform that action at this time.
0 commit comments