feat(v2): add custom output directory to build (#2417)

This commit is contained in:
ZachJW34 2020-03-19 10:52:26 -05:00 committed by GitHub
parent 2fd50f9c33
commit ce45413804
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 44 additions and 18 deletions

View file

@ -63,6 +63,7 @@ export interface StartCLIOptions {
export interface BuildCLIOptions {
bundleAnalyzer: boolean;
outDir: string;
}
export interface LoadContext {