@@ -14,23 +14,6 @@ Object {
14
14
},
15
15
],
16
16
},
17
- " optimization" : Object {
18
- " minimizer" : Array [
19
- " new TerserPlugin()" ,
20
- ],
21
- " splitChunks" : Object {
22
- " cacheGroups" : Object {
23
- " vendors" : Object {
24
- " priority" : - 10 ,
25
- " test" : " /[\\\\\\\\ /]node_modules[\\\\\\\\ /]/" ,
26
- },
27
- },
28
- " chunks" : " 'async'" ,
29
- " minChunks" : 1 ,
30
- " minSize" : 30000 ,
31
- " name" : false ,
32
- },
33
- },
34
17
" plugins" : Array [
35
18
" new webpack.ProgressPlugin()" ,
36
19
],
@@ -55,23 +38,6 @@ Object {
55
38
},
56
39
],
57
40
},
58
- " optimization" : Object {
59
- " minimizer" : Array [
60
- " new TerserPlugin()" ,
61
- ],
62
- " splitChunks" : Object {
63
- " cacheGroups" : Object {
64
- " vendors" : Object {
65
- " priority" : - 10 ,
66
- " test" : " /[\\\\\\\\ /]node_modules[\\\\\\\\ /]/" ,
67
- },
68
- },
69
- " chunks" : " 'async'" ,
70
- " minChunks" : 1 ,
71
- " minSize" : 30000 ,
72
- " name" : false ,
73
- },
74
- },
75
41
" plugins" : Array [
76
42
" new webpack.ProgressPlugin()" ,
77
43
],
@@ -121,23 +87,6 @@ Object {
121
87
},
122
88
],
123
89
},
124
- " optimization" : Object {
125
- " minimizer" : Array [
126
- " new TerserPlugin()" ,
127
- ],
128
- " splitChunks" : Object {
129
- " cacheGroups" : Object {
130
- " vendors" : Object {
131
- " priority" : - 10 ,
132
- " test" : " /[\\\\\\\\ /]node_modules[\\\\\\\\ /]/" ,
133
- },
134
- },
135
- " chunks" : " 'async'" ,
136
- " minChunks" : 1 ,
137
- " minSize" : 30000 ,
138
- " name" : false ,
139
- },
140
- },
141
90
" plugins" : Array [
142
91
" new webpack.ProgressPlugin()" ,
143
92
" new MiniCssExtractPlugin({ filename:'main.[contenthash].css' })" ,
@@ -166,23 +115,6 @@ Object {
166
115
},
167
116
],
168
117
},
169
- " optimization" : Object {
170
- " minimizer" : Array [
171
- " new TerserPlugin()" ,
172
- ],
173
- " splitChunks" : Object {
174
- " cacheGroups" : Object {
175
- " vendors" : Object {
176
- " priority" : - 10 ,
177
- " test" : " /[\\\\\\\\ /]node_modules[\\\\\\\\ /]/" ,
178
- },
179
- },
180
- " chunks" : " 'async'" ,
181
- " minChunks" : 1 ,
182
- " minSize" : 30000 ,
183
- " name" : false ,
184
- },
185
- },
186
118
" plugins" : Array [
187
119
" new webpack.ProgressPlugin()" ,
188
120
],
@@ -196,23 +128,6 @@ Object {
196
128
" module" : Object {
197
129
" rules" : Array [],
198
130
},
199
- " optimization" : Object {
200
- " minimizer" : Array [
201
- " new TerserPlugin()" ,
202
- ],
203
- " splitChunks" : Object {
204
- " cacheGroups" : Object {
205
- " vendors" : Object {
206
- " priority" : - 10 ,
207
- " test" : " /[\\\\\\\\ /]node_modules[\\\\\\\\ /]/" ,
208
- },
209
- },
210
- " chunks" : " 'async'" ,
211
- " minChunks" : 1 ,
212
- " minSize" : 30000 ,
213
- " name" : false ,
214
- },
215
- },
216
131
" output" : Object {
217
132
" path" : " path.resolve(__dirname, 'dist2')" ,
218
133
},
@@ -231,14 +146,6 @@ Object {
231
146
" module" : Object {
232
147
" rules" : Array [],
233
148
},
234
- " optimization" : Object {
235
- " minimizer" : Array [
236
- " new TerserPlugin()" ,
237
- ],
238
- " splitChunks" : Object {
239
- " chunks" : " 'all'" ,
240
- },
241
- },
242
149
" plugins" : Array [
243
150
" new webpack.ProgressPlugin()" ,
244
151
" new HtmlWebpackPlugin({
@@ -263,23 +170,6 @@ Object {
263
170
" module" : Object {
264
171
" rules" : Array [],
265
172
},
266
- " optimization" : Object {
267
- " minimizer" : Array [
268
- " new TerserPlugin()" ,
269
- ],
270
- " splitChunks" : Object {
271
- " cacheGroups" : Object {
272
- " vendors" : Object {
273
- " priority" : - 10 ,
274
- " test" : " /[\\\\\\\\ /]node_modules[\\\\\\\\ /]/" ,
275
- },
276
- },
277
- " chunks" : " 'async'" ,
278
- " minChunks" : 1 ,
279
- " minSize" : 30000 ,
280
- " name" : false ,
281
- },
282
- },
283
173
" plugins" : Array [
284
174
" new webpack.ProgressPlugin()" ,
285
175
],
0 commit comments