mirror of
https://github.com/youzan/vant.git
synced 2026-05-11 01:00:21 +08:00
feat(@vant/area-data): esm output
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
"name": "@vant/area-data",
|
||||
"version": "1.1.3",
|
||||
"description": "Vant 省市区数据",
|
||||
"main": "lib/index.js",
|
||||
"main": "./lib/index.js",
|
||||
"typings": "./lib/index.d.ts",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"target": "ES2019",
|
||||
"outDir": "./lib",
|
||||
"module": "commonjs",
|
||||
"module": "ES2015",
|
||||
"strict": true,
|
||||
"declaration": true,
|
||||
"skipLibCheck": true,
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"@vant/use": "^1.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vue": "3.x",
|
||||
"@vue/runtime-core": "3.x",
|
||||
"@vant/cli": "workspace:*",
|
||||
"@rollup/plugin-babel": "^5.2.1",
|
||||
|
||||
Reference in New Issue
Block a user