feat(cli): gen style deps map

This commit is contained in:
陈嘉涵
2019-11-29 10:55:11 +08:00
parent a0fd87a0d1
commit 964b2cf3bf
2 changed files with 70 additions and 45 deletions

View File

@@ -15,7 +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 STYPE_DEPS_JSON_FILE = join(DIST_DIR, 'style-deps.json');
export const JEST_CONFIG_FILE = join(CONFIG_DIR, 'jest.config.js');
export const BABEL_CONFIG_FILE = join(CONFIG_DIR, 'babel.config.js');