File tree Expand file tree Collapse file tree 1 file changed +1
-65
lines changed Expand file tree Collapse file tree 1 file changed +1
-65
lines changed Original file line number Diff line number Diff line change 127
127
"debug" : {
128
128
"sourceMaps" : " both" ,
129
129
"presets" : [
130
- [
131
- " @babel/preset-env" ,
132
- {
133
- "targets" : " current node"
134
- }
135
- ],
136
130
" babel-preset-power-assert"
137
131
],
138
132
"plugins" : [
152
146
"test" : {
153
147
"sourceMaps" : " both" ,
154
148
"presets" : [
155
- [
156
- " @babel/preset-env" ,
157
- {
158
- "targets" : " current node"
159
- }
160
- ],
161
149
" babel-preset-power-assert"
162
- ],
163
- "plugins" : [
164
- [
165
- " transform-remove-console" ,
166
- {
167
- "exclude" : [
168
- " log" ,
169
- " error" ,
170
- " warn"
171
- ]
172
- }
173
- ]
174
150
]
175
151
},
176
152
"cover" : {
177
153
"sourceMaps" : " both" ,
178
154
"presets" : [
179
- [
180
- " @babel/preset-env" ,
181
- {
182
- "targets" : " current node"
183
- }
184
- ],
185
155
" babel-preset-power-assert"
186
- ],
187
- "plugins" : [
188
- [
189
- " transform-remove-console" ,
190
- {
191
- "exclude" : [
192
- " log" ,
193
- " error" ,
194
- " warn"
195
- ]
196
- }
197
- ]
198
156
]
199
157
},
200
158
"development" : {
209
167
}
210
168
],
211
169
" babel-preset-power-assert"
212
- ],
213
- "plugins" : [
214
- [
215
- " transform-remove-console" ,
216
- {
217
- "exclude" : [
218
- " log" ,
219
- " error" ,
220
- " warn"
221
- ]
222
- }
223
- ]
224
170
]
225
171
},
226
172
"production" : {
236
182
]
237
183
],
238
184
"plugins" : [
239
- " babel-plugin-unassert" ,
240
- [
241
- " transform-remove-console" ,
242
- {
243
- "exclude" : [
244
- " log" ,
245
- " error" ,
246
- " warn"
247
- ]
248
- }
249
- ]
185
+ " babel-plugin-unassert"
250
186
]
251
187
}
252
188
}
You can’t perform that action at this time.
0 commit comments