mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-05 21:05:53 +08:00
11 lines
181 B
TypeScript
11 lines
181 B
TypeScript
import { defineBuildConfig } from 'unbuild'
|
|
|
|
export default defineBuildConfig({
|
|
clean: true,
|
|
entries: ['src/index'],
|
|
declaration: true,
|
|
rollup: {
|
|
emitCJS: true,
|
|
},
|
|
})
|