This commit is contained in:
易良
2021-01-08 09:36:49 +08:00
committed by GitHub
parent fd8ac0a582
commit dd141c3c06
4 changed files with 8 additions and 8 deletions
@@ -9,7 +9,7 @@ type Options = {
pathResolver?: (path: string) => string;
};
export function genPacakgeStyle(options: Options) {
export function genPackageStyle(options: Options) {
const styleDepsJson = require(STYPE_DEPS_JSON_FILE);
const ext = '.' + CSS_LANG;