2025-10-27 12:18:19 +08:00

11 lines
184 B
TypeScript

import type { UserConfigExport } from "@tarojs/cli"
export default {
logger: {
quiet: false,
stats: true
},
mini: {},
h5: {}
} satisfies UserConfigExport<'webpack5'>