mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2025-12-30 09:42:25 +00:00
11 lines
207 B
TypeScript
11 lines
207 B
TypeScript
import { defineBuildConfig } from 'unbuild';
|
|
|
|
export default defineBuildConfig({
|
|
clean: true,
|
|
declaration: true,
|
|
entries: ['src/index', './src/postcss.config'],
|
|
rollup: {
|
|
emitCJS: true,
|
|
},
|
|
});
|