Skip to content

Commit 8e131d3

Browse files
committed
Remove firebase-performance-standalone-compat es5 build
1 parent 93ccada commit 8e131d3

File tree

1 file changed

+3
-37
lines changed

1 file changed

+3
-37
lines changed

packages/firebase/compat/rollup.config.js

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -284,43 +284,9 @@ const completeBuilds = [
284284
},
285285
plugins: [
286286
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 }),
324290
commonjs(),
325291
terser()
326292
]

0 commit comments

Comments
 (0)