We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220eb40 commit 5473957Copy full SHA for 5473957
packages-exp/firebase-exp/package.json
@@ -56,6 +56,10 @@
56
"node": "./messaging/dist/index.cjs.js",
57
"default": "./messaging/dist/index.esm.js"
58
},
59
+ "./messaging/sw": {
60
+ "node": "./messaging/sw/dist/index.cjs.js",
61
+ "default": "./messaging/sw/dist/index.esm.js"
62
+ },
63
"./performance": {
64
"node": "./performance/dist/index.cjs.js",
65
"default": "./performance/dist/index.esm.js"
0 commit comments