Removing prettier for now. Adding CLI option and making it bundle before release to decrease startup time.
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
import yargs from "yargs";
|
||||
import { hideBin } from "yargs/helpers";
|
||||
import startCompile, { Target } from "./process";
|
||||
|
Reference in New Issue
Block a user