Removing prettier for now. Adding CLI option and making it bundle before release to decrease startup time.

This commit is contained in:
K35
2022-01-01 01:08:05 +00:00
parent 7da1cf0841
commit d64518627d
7 changed files with 8174 additions and 14 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env node
import yargs from "yargs";
import { hideBin } from "yargs/helpers";
import startCompile, { Target } from "./process";