chore(vant-use): use Rslib to build (#13250)

This commit is contained in:
neverland
2024-12-08 09:32:00 +08:00
committed by GitHub
parent 3884730c4e
commit 8d17b4076d
6 changed files with 24 additions and 15 deletions
+11
View 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',
},
});