We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7844a2e commit 6525220Copy full SHA for 6525220
gulpfile.js
@@ -78,7 +78,7 @@ const CJS_DEPS = [
78
const ESM_IMPORT = ESM_DEPS.join(';') + ';';
79
80
// Export firebaseui.auth module.
81
-const ESM_EXPORT = 'const auth = firebaseui.auth;' +
+const ESM_EXPORT = 'var auth = firebaseui.auth;' +
82
'export { auth } ;';
83
84
// Adds the cjs module requirement and exports firebaseui.
0 commit comments