mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 08:37:23 +00:00
chore(area-data): use Rslib to build (#13251)
This commit is contained in:
11
packages/vant-area-data/rslib.config.ts
Normal file
11
packages/vant-area-data/rslib.config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from '@rslib/core';
|
||||
|
||||
export default defineConfig({
|
||||
lib: [
|
||||
{ format: 'esm', syntax: ['Chrome 53'], dts: true },
|
||||
{ format: 'cjs', syntax: ['Chrome 53'] },
|
||||
],
|
||||
output: {
|
||||
target: 'web',
|
||||
},
|
||||
});
|
Reference in New Issue
Block a user