refactor(projects): 注入全局常量:PROJECT_BUILD_TIME - 构建时间

This commit is contained in:
Soybean
2021-11-05 22:55:30 +08:00
parent 3b3baf93ee
commit ec907f061c
8 changed files with 22 additions and 11 deletions

View File

@ -1,4 +1,5 @@
import viteEnv from './env';
import plugins from './plugins';
import define from './define';
export { viteEnv, plugins };
export { viteEnv, plugins, define };