cli: rollback BundlingOptions changes
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
0af208f85f
commit
02aba094c9
@@ -24,11 +24,8 @@ export type BundlingOptions = {
|
||||
frontendConfig: Config;
|
||||
getFrontendAppConfigs(): AppConfig[];
|
||||
frontendAppConfigs: AppConfig[];
|
||||
fullConfig: Config;
|
||||
baseUrl: URL;
|
||||
parallelism?: number;
|
||||
entry: string;
|
||||
targetDir?: string;
|
||||
};
|
||||
|
||||
export type ServeOptions = BundlingPathsOptions & {
|
||||
|
||||
Reference in New Issue
Block a user