We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8360014 commit b09a267Copy full SHA for b09a267
.changeset/orange-rings-own.md
@@ -0,0 +1,5 @@
1
+---
2
+"@firebase/webchannel-wrapper": patch
3
4
+
5
+fix: Fix a typo in the webchannel-wrapper's package.json that affected ems5 exports.
packages/webchannel-wrapper/package.json
@@ -14,7 +14,7 @@
14
"./bloom-blob": {
15
"types": "./dist/bloom-blob/bloom_blob_types.d.ts",
16
"require": "./dist/bloom-blob/bloom_blob_es2018.js",
17
- "es5": "./dist/bloom-blob/bloom_blob_es5.js",
+ "esm5": "./dist/bloom-blob/bloom_blob_es5.js",
18
"default": "./dist/bloom-blob/esm/bloom_blob_es2018.js"
19
},
20
"./package.json": "./package.json"
0 commit comments