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 +0
-24
lines changed Expand file tree Collapse file tree 4 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -174,12 +174,6 @@ module.exports = env => {
174
174
output : {
175
175
comments : false ,
176
176
semicolons : ! isAnySourceMapEnabled
177
- } ,
178
- compress : {
179
- // The Android SBG has problems parsing the output
180
- // when these options are enabled
181
- 'collapse_vars' : platform !== "android" ,
182
- sequences : platform !== "android" ,
183
177
}
184
178
}
185
179
} )
Original file line number Diff line number Diff line change @@ -135,12 +135,6 @@ module.exports = env => {
135
135
output : {
136
136
comments : false ,
137
137
semicolons : ! isAnySourceMapEnabled
138
- } ,
139
- compress : {
140
- // The Android SBG has problems parsing the output
141
- // when these options are enabled
142
- 'collapse_vars' : platform !== "android" ,
143
- sequences : platform !== "android" ,
144
138
}
145
139
}
146
140
} )
Original file line number Diff line number Diff line change @@ -137,12 +137,6 @@ module.exports = env => {
137
137
output : {
138
138
comments : false ,
139
139
semicolons : ! isAnySourceMapEnabled
140
- } ,
141
- compress : {
142
- // The Android SBG has problems parsing the output
143
- // when these options are enabled
144
- 'collapse_vars' : platform !== "android" ,
145
- sequences : platform !== "android" ,
146
140
}
147
141
}
148
142
} )
Original file line number Diff line number Diff line change @@ -149,12 +149,6 @@ module.exports = env => {
149
149
comments : false ,
150
150
semicolons : ! isAnySourceMapEnabled
151
151
} ,
152
- compress : {
153
- // The Android SBG has problems parsing the output
154
- // when these options are enabled
155
- 'collapse_vars' : platform !== "android" ,
156
- sequences : platform !== "android" ,
157
- } ,
158
152
keep_fnames : true ,
159
153
} ,
160
154
} ) ,
You can’t perform that action at this time.
0 commit comments