feat(cli): support config site publicPath and outputDir

This commit is contained in:
陈嘉涵
2019-11-29 15:23:40 +08:00
parent d44258c3c4
commit f1310ff01b
9 changed files with 26 additions and 19 deletions

View File

@@ -20,7 +20,6 @@ export function getStyleExt(): string {
}
export function genPacakgeStyle() {
// eslint-disable-next-line
const styleDepsJson = require(STYPE_DEPS_JSON_FILE);
const ext = '.' + getStyleExt();