build(@vant/area-data): generate both cjs/esm output (#10107)

This commit is contained in:
neverland 2021-12-28 11:23:52 +08:00 committed by GitHub
parent 90e64101a7
commit ffd7f4437d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 33 additions and 8 deletions

View File

@ -0,0 +1 @@
require('../vant-use/build');

View File

@ -2,11 +2,16 @@
"name": "@vant/area-data", "name": "@vant/area-data",
"version": "1.1.5", "version": "1.1.5",
"description": "Vant 省市区数据", "description": "Vant 省市区数据",
"main": "./lib/index.js", "main": "dist/index.cjs.js",
"typings": "./lib/index.d.ts", "module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": { "scripts": {
"build": "rimraf ./lib && tsc", "clean": "rimraf ./dist",
"release": "pnpm build && npm publish", "dev": "node ./build.js -w",
"build:types": "tsc -p ./tsconfig.json --emitDeclarationOnly",
"build:bundle": "node ./build.js",
"build": "pnpm clean && pnpm build:bundle && pnpm build:types",
"release": "pnpm build && release-it",
"prepare": "pnpm build" "prepare": "pnpm build"
}, },
"publishConfig": { "publishConfig": {
@ -20,5 +25,16 @@
}, },
"bugs": "https://github.com/youzan/vant/issues", "bugs": "https://github.com/youzan/vant/issues",
"author": "chenjiahan", "author": "chenjiahan",
"license": "MIT" "license": "MIT",
"devDependencies": {
"esbuild": "^0.13.15",
"release-it": "^14.2.2",
"typescript": "~4.5.2"
},
"release-it": {
"git": {
"tag": false,
"commitMessage": "release: @vant/area-data ${version}"
}
}
} }

View File

@ -1,8 +1,7 @@
{ {
"extends": "../../tsconfig", "extends": "../../tsconfig",
"compilerOptions": { "compilerOptions": {
"target": "ES2019", "outDir": "./dist",
"outDir": "./lib",
"declaration": true "declaration": true
}, },
"include": ["src/**/*"] "include": ["src/**/*"]

View File

@ -11,6 +11,8 @@ function bundleBundle(format) {
bundle: true, bundle: true,
target: ['chrome53'], target: ['chrome53'],
outfile, outfile,
// preserve Chinese character
charset: 'utf8',
external: ['vue'], external: ['vue'],
entryPoints: ['./src/index.ts'], entryPoints: ['./src/index.ts'],
}).then(finish); }).then(finish);

9
pnpm-lock.yaml generated
View File

@ -77,7 +77,14 @@ importers:
vue-router: 4.0.12_vue@3.2.21 vue-router: 4.0.12_vue@3.2.21
packages/vant-area-data: packages/vant-area-data:
specifiers: {} specifiers:
esbuild: ^0.13.15
release-it: ^14.2.2
typescript: ~4.5.2
devDependencies:
esbuild: 0.13.15
release-it: 14.11.6
typescript: 4.5.2
packages/vant-cli: packages/vant-cli:
specifiers: specifiers: