[feat] export ./ssr as . in Node (#6743)

pull/6759/head
Bjorn Lu 4 years ago committed by GitHub
parent f4d0044ce1
commit d9b0752d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,10 @@
"exports": {
"./package.json": "./package.json",
".": {
"node": {
"import": "./ssr.mjs",
"require": "./ssr.js"
},
"import": "./index.mjs",
"require": "./index.js"
},

Loading…
Cancel
Save