vben
2021-02-13 993538de21dbb9e54e308afb40ff096ba0ab0e19
提交 | 用户 | age
2f1fbf 1 /**
V 2  * The name of the configuration file entered in the production environment
3  */
bb3b8f 4 export const GLOB_CONFIG_FILE_NAME = '_app.config.js';
759e53 5
V 6 export const OUTPUT_DIR = 'dist';