Skip to content

Commit 2699348

Browse files
committed
fix: use .mjs by default
1 parent 8c61b07 commit 2699348

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
@@ -11,7 +11,7 @@
1111
"url": "git+https://github.com/vuejs/composition-api.git"
1212
},
1313
"main": "./index.js",
14-
"module": "./dist/vue-composition-api.esm.js",
14+
"module": "./dist/vue-composition-api.mjs",
1515
"unpkg": "./dist/vue-composition-api.prod.js",
1616
"jsdelivr": "./dist/vue-composition-api.prod.js",
1717
"types": "./dist/vue-composition-api.d.ts",

0 commit comments

Comments
 (0)