mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-08 15:41:08 +08: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,
|
|
},
|
|
});
|