Files
mp-10550/config/dev.ts
2025-06-26 11:41:12 +08:00

14 lines
251 B
TypeScript

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