File tree Expand file tree Collapse file tree 1 file changed +3
-37
lines changed Expand file tree Collapse file tree 1 file changed +3
-37
lines changed Original file line number Diff line number Diff line change @@ -284,43 +284,9 @@ const completeBuilds = [
284
284
} ,
285
285
plugins : [
286
286
sourcemaps ( ) ,
287
- resolveModule ( {
288
- exportConditions : [ 'liteesm5' , 'esm5' ]
289
- } ) ,
290
- typescriptPluginCDN ,
291
- json ( ) ,
292
- commonjs ( ) ,
293
- uglify ( uglifyOptions )
294
- ]
295
- } ,
296
- /**
297
- * Performance script Build in ES2017
298
- */
299
- {
300
- input : `${ __dirname } /index.perf.ts` ,
301
- output : {
302
- file : 'firebase-performance-standalone-compat.es2017.js' ,
303
- format : 'umd' ,
304
- sourcemap : true ,
305
- name : GLOBAL_NAME
306
- } ,
307
- plugins : [
308
- sourcemaps ( ) ,
309
- resolveModule ( {
310
- exportConditions : [ 'lite' ]
311
- } ) ,
312
- rollupTypescriptPlugin ( {
313
- typescript,
314
- tsconfigOverride : {
315
- compilerOptions : {
316
- target : 'es2017' ,
317
- declaration : false
318
- }
319
- }
320
- } ) ,
321
- json ( {
322
- preferConst : true
323
- } ) ,
287
+ resolveModule ( { exportConditions : [ 'lite' ] } ) ,
288
+ rollupTypescriptPlugin ( { typescript } ) ,
289
+ json ( { preferConst : true } ) ,
324
290
commonjs ( ) ,
325
291
terser ( )
326
292
]
You can’t perform that action at this time.
0 commit comments