We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb44f4a commit c2829cdCopy full SHA for c2829cd
packages/firestore/rollup.config.exp.js
@@ -44,7 +44,7 @@ const nodePlugins = [
44
clean: true,
45
transformers: removeAssertTransformer
46
}),
47
- json({ preferConst: true })
+ json()
48
];
49
50
const browserPlugins = [
packages/firestore/rollup.config.lite.js
packages/firestore/src/core/version.ts
@@ -15,7 +15,5 @@
15
* limitations under the License.
16
*/
17
18
-import firebase from '@firebase/app';
19
-
20
/** The semver (www.semver.org) version of the SDK. */
21
-export const SDK_VERSION = firebase.SDK_VERSION;
+export { version as SDK_VERSION } from '../../../firebase/package.json';
0 commit comments