chore(cli): split compilers

This commit is contained in:
陈嘉涵
2019-11-29 13:20:43 +08:00
parent e2c9628316
commit 51d2512311
9 changed files with 90 additions and 74 deletions
@@ -84,7 +84,7 @@ export async function compileSfc(filePath: string) {
}
writeFileSync(jsFilePath, script);
await compileJs(jsFilePath);
compileJs(jsFilePath);
}
// compile style part