chore(popperjs): use Rslib to build (#13252)

This commit is contained in:
neverland
2024-12-08 16:44:55 +08:00
committed by GitHub
parent e825175615
commit 8018fc19e6
7 changed files with 23 additions and 63 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',
},
});