refactor: upgrade unbuild to 3.0.0 rc version (#4797)

This commit is contained in:
Vben
2024-11-02 21:21:51 +08:00
committed by GitHub
parent 422936a981
commit 35eef33779
8 changed files with 37 additions and 364 deletions

View File

@@ -4,7 +4,6 @@ export default defineBuildConfig({
clean: true,
declaration: true,
entries: ['src/index', './src/postcss.config'],
externals: ['@vben/node-utils'],
rollup: {
emitCJS: true,
},