feat: 逐步抽离部分包到packages

This commit is contained in:
vben
2023-04-05 22:29:16 +08:00
parent a5ed79fc94
commit 279977b817
41 changed files with 726 additions and 60 deletions

View File

@@ -0,0 +1,10 @@
import { defineBuildConfig } from 'unbuild';
export default defineBuildConfig({
clean: true,
entries: ['src/index'],
declaration: true,
rollup: {
emitCJS: true,
},
});