feat: using mjs entry for sub packages (#10626)

This commit is contained in:
neverland
2022-05-22 20:49:09 +08:00
committed by GitHub
parent 173a364dae
commit 90deb2439f
4 changed files with 5 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.2.4",
"description": "Vant 省市区数据",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"module": "dist/index.esm.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"