feat: add @vant/compat package (#10806)

* feat: add @vant/compat package

* chore: remove prepare script
This commit is contained in:
neverland
2022-07-09 20:54:27 +08:00
committed by GitHub
parent 1ce400bb7f
commit e998c1be95
14 changed files with 270 additions and 70 deletions

View File

@@ -14,7 +14,7 @@ function bundleBundle(format) {
outfile,
// preserve Chinese character
charset: 'utf8',
external: ['vue'],
external: ['vue', 'vant'],
entryPoints: ['./src/index.ts'],
}).then(finish);
}