chore(vant-compat): use Rslib to build (#13231)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { defineConfig } from '@rslib/core';
|
||||
|
||||
export default defineConfig({
|
||||
lib: [
|
||||
{ format: 'esm', syntax: ['Chrome 53'], dts: true },
|
||||
{ format: 'cjs', syntax: ['Chrome 53'] },
|
||||
],
|
||||
output: {
|
||||
target: 'web',
|
||||
externals: ['vant'],
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user