您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

7 行
174B

  1. /**
  2. * The name of the configuration file entered in the production environment
  3. */
  4. export const GLOB_CONFIG_FILE_NAME = '_app.config.js';
  5. export const OUTPUT_DIR = 'dist';