feat(v2): add ability to create unminimized bundles (#2474)

This commit is contained in:
Alexey Pyltsyn 2020-03-29 18:32:26 +03:00 committed by GitHub
parent a869d5d705
commit fa2e263ce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 73 additions and 54 deletions

View file

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