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 1261137 commit 08c0982Copy full SHA for 08c0982
.changeset/brown-ladybugs-invent.md
@@ -0,0 +1,5 @@
1
+---
2
+"@firebase/firestore-compat": patch
3
4
+
5
+only publish dist folder to npm for @firebase/firestore-compat
packages/firestore-compat/package.json
@@ -8,6 +8,9 @@
8
"browser": "dist/index.esm2017.js",
9
"module": "dist/index.esm2017.js",
10
"esm5": "dist/index.esm5.js",
11
+ "files": [
12
+ "dist"
13
+ ],
14
"scripts": {
15
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
16
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
0 commit comments