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 b939c89 commit 78fab00Copy full SHA for 78fab00
packages/firestore/rollup.shared.js
@@ -150,6 +150,7 @@ const manglePrivatePropertiesOptions = {
150
// This can be removed if the problem in the downstream library is fixed
151
// or if terser's mangler provides an option to avoid mangling everything
152
// that isn't a property.
153
+ // See issue: https://github.com/firebase/firebase-js-sdk/issues/5384
154
reserved: ['_getProvider'],
155
properties: {
156
regex: /^__PRIVATE_/,
0 commit comments