mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 08:37:23 +00:00
feat: add @vant/compat package (#10806)
* feat: add @vant/compat package * chore: remove prepare script
This commit is contained in:
@@ -14,7 +14,7 @@ function bundleBundle(format) {
|
||||
outfile,
|
||||
// preserve Chinese character
|
||||
charset: 'utf8',
|
||||
external: ['vue'],
|
||||
external: ['vue', 'vant'],
|
||||
entryPoints: ['./src/index.ts'],
|
||||
}).then(finish);
|
||||
}
|
||||
|
Reference in New Issue
Block a user