From f94531ab0f67250b84b945bea047d4c291eff995 Mon Sep 17 00:00:00 2001 From: Simon Ness Date: Wed, 22 Apr 2020 21:42:48 +0200 Subject: [PATCH] Support Safari 9. --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index d9f6d540..0922d881 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -78,7 +78,7 @@ const CJS_DEPS = [ const ESM_IMPORT = ESM_DEPS.join(';') + ';'; // Export firebaseui.auth module. -const ESM_EXPORT = 'const auth = firebaseui.auth;' + +const ESM_EXPORT = 'var auth = firebaseui.auth;' + 'export { auth } ;'; // Adds the cjs module requirement and exports firebaseui.