feat(cli): gen style deps map

This commit is contained in:
陈嘉涵
2019-11-28 16:03:30 +08:00
parent e4f934dfde
commit 1161fea30f
3 changed files with 99 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ export const CONFIG_DIR = join(__dirname, '../config');
export const PACKAGE_ENTRY_FILE = join(DIST_DIR, 'package-entry.js');
export const MOBILE_ENTRY_FILE = join(DIST_DIR, 'mobile-entry.js');
export const DESKTOP_ENTRY_FILE = join(DIST_DIR, 'desktop-entry.js');
export const STYPE_DEPS_MAP_FILE = join(DIST_DIR, 'style-deps-map.json');
export const JEST_CONFIG_FILE = join(CONFIG_DIR, 'jest.config.js');
export const BABEL_CONFIG_FILE = join(CONFIG_DIR, 'babel.config.js');