Files
2025-09-14 03:13:47 +08:00

10 lines
184 B
TypeScript

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