Skip to content

Commit d9b0752

Browse files
authored
[feat] export ./ssr as . in Node (#6743)
1 parent f4d0044 commit d9b0752

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
"exports": {
2323
"./package.json": "./package.json",
2424
".": {
25+
"node": {
26+
"import": "./ssr.mjs",
27+
"require": "./ssr.js"
28+
},
2529
"import": "./index.mjs",
2630
"require": "./index.js"
2731
},

0 commit comments

Comments
 (0)