Skip to content

Commit 96899ce

Browse files
committed
revert: "fix: use .mjs by default", close #815
This reverts commit 2699348.
1 parent f854f4a commit 96899ce

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.mjs",
14+
"module": "./dist/vue-composition-api.esm.js",
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)