chore(cli): update deps

This commit is contained in:
陈嘉涵
2020-01-05 09:56:22 +08:00
parent 4424b77cbc
commit 116b057cdb
3 changed files with 141 additions and 113 deletions

View File

@@ -6,7 +6,7 @@ import { SRC_DIR, STYPE_DEPS_JSON_FILE } from '../common/constant';
type Options = {
outputPath: string;
pathResolver?: Function;
pathResolver?: (path: string) => string;
};
export function genPacakgeStyle(options: Options) {