1
0
Fork 0
mirror of https://github.com/silenty4ng/k5web synced 2025-04-22 12:35:13 +00:00
k5web/config/utils/index.ts

9 lines
179 B
TypeScript

/**
* Whether to generate package preview
* 是否生成打包报告
*/
export default {};
export function isReportMode(): boolean {
return process.env.REPORT === 'true';
}