Skip to content

Commit 8c61b07

Browse files
authored
fix: importing from esm in node (#814)
1 parent 66cfa95 commit 8c61b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"types": "./dist/vue-composition-api.d.ts",
1818
"exports": {
1919
".": {
20-
"import": "./dist/vue-composition-api.esm.js",
20+
"import": "./dist/vue-composition-api.mjs",
2121
"require": "./index.js"
2222
},
2323
"./*": "./*"

0 commit comments

Comments
 (0)