We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02996d4 commit 39230c6Copy full SHA for 39230c6
gulpfile.js
@@ -64,7 +64,7 @@ const MDL_COMPONENTS = [
64
65
// The external dependencies needed by FirebaseUI as ES module imports.
66
const ESM_DEPS = [
67
- 'import * as firebase from \'firebase/app\'',
+ 'import firebase from \'firebase/app\'',
68
'import \'firebase/auth\'',
69
'import dialogPolyfill from \'dialog-polyfill\'',
70
].concat(MDL_COMPONENTS.map(component => `import \'material-design-lite/src/${component}\'`));
0 commit comments