/** * 生产环境中输入的配置文件名称 */ export const GLOB_CONFIG_FILE_NAME = '_app.config.js'; export const OUTPUT_DIR = 'dist';