🔖 项目重命名.
This commit is contained in:
8
orion-visor-ui/config/utils/index.ts
Normal file
8
orion-visor-ui/config/utils/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* 是否生成打包报告
|
||||
*/
|
||||
export default {};
|
||||
|
||||
export function isReportMode(): boolean {
|
||||
return process.env.REPORT === 'true';
|
||||
}
|
||||
Reference in New Issue
Block a user