feat: the production environment can be dynamically configured

This commit is contained in:
nebv
2020-10-13 01:40:21 +08:00
parent e83cb06bb9
commit bb3b8f817d
29 changed files with 563 additions and 118 deletions

1
build/constant.ts Normal file
View File

@@ -0,0 +1 @@
export const GLOB_CONFIG_FILE_NAME = '_app.config.js';