diff --git a/packages/firebase/rollup.config.js b/packages/firebase/rollup.config.js index 9246d2ca7a5..9df36db94e4 100644 --- a/packages/firebase/rollup.config.js +++ b/packages/firebase/rollup.config.js @@ -117,8 +117,8 @@ const componentBuilds = components globals: { '@firebase/app': GLOBAL_NAME }, - intro: `try {`, - outro: `} catch(err) { + banner: `try {`, + footer: `} catch(err) { console.error(err); throw new Error( 'Cannot instantiate firebase-${component} - ' +