This repository was archived by the owner on Aug 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -129,9 +129,9 @@ module.exports = env => {
129
129
minimize : ! ! uglify ,
130
130
minimizer : [
131
131
new UglifyJsPlugin ( {
132
+ parallel : true ,
133
+ cache : true ,
132
134
uglifyOptions : {
133
- parallel : true ,
134
- cache : true ,
135
135
output : {
136
136
comments : false ,
137
137
} ,
Original file line number Diff line number Diff line change @@ -119,9 +119,9 @@ module.exports = env => {
119
119
minimize : ! ! uglify ,
120
120
minimizer : [
121
121
new UglifyJsPlugin ( {
122
+ parallel : true ,
123
+ cache : true ,
122
124
uglifyOptions : {
123
- parallel : true ,
124
- cache : true ,
125
125
output : {
126
126
comments : false ,
127
127
} ,
Original file line number Diff line number Diff line change @@ -121,9 +121,9 @@ module.exports = env => {
121
121
minimize : ! ! uglify ,
122
122
minimizer : [
123
123
new UglifyJsPlugin ( {
124
+ parallel : true ,
125
+ cache : true ,
124
126
uglifyOptions : {
125
- parallel : true ,
126
- cache : true ,
127
127
output : {
128
128
comments : false ,
129
129
} ,
Original file line number Diff line number Diff line change @@ -127,9 +127,9 @@ module.exports = env => {
127
127
minimize : Boolean ( production ) ,
128
128
minimizer : [
129
129
new UglifyJsPlugin ( {
130
+ parallel : true ,
131
+ cache : true ,
130
132
uglifyOptions : {
131
- parallel : true ,
132
- cache : true ,
133
133
output : {
134
134
comments : false ,
135
135
} ,
You can’t perform that action at this time.
0 commit comments