Skip to content

Commit 5473957

Browse files
authored
add messaging/sw to exports (#4998)
1 parent 220eb40 commit 5473957

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages-exp/firebase-exp/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
"node": "./messaging/dist/index.cjs.js",
5757
"default": "./messaging/dist/index.esm.js"
5858
},
59+
"./messaging/sw": {
60+
"node": "./messaging/sw/dist/index.cjs.js",
61+
"default": "./messaging/sw/dist/index.esm.js"
62+
},
5963
"./performance": {
6064
"node": "./performance/dist/index.cjs.js",
6165
"default": "./performance/dist/index.esm.js"

0 commit comments

Comments
 (0)