Skip to content

Commit ff6a1e3

Browse files
authored
refactor: use .mjs for module by default (#837)
1 parent 90b086b commit ff6a1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
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)