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 3f91c35 commit 48ffb4eCopy full SHA for 48ffb4e
packages/firestore/rollup.config.js
@@ -38,7 +38,7 @@ function importMetaUrlPolyfillPlugin() {
38
resolveImportMeta(property, { moduleId }) {
39
if (property === 'url') {
40
// copied from rollup output
41
- return `new (require('u' + 'rl').URL)('file:' + __filename).href`;
+ return `new (require('url').URL)('file:' + __filename).href`;
42
}
43
return null;
44
0 commit comments