feat(wepback): custom buildPathsupport (#10477)

Co-authored-by: farfromrefuge <dev@akylas.fr>
This commit is contained in:
Igor Randjelovic
2024-01-19 20:23:25 +01:00
committed by GitHub
parent ca886b9a1f
commit 429328495c
12 changed files with 26 additions and 19 deletions

View File

@@ -26,6 +26,7 @@ export interface IWebpackEnv {
appPath?: string;
appResourcesPath?: string;
buildPath?: string;
appComponents?: string[];
nativescriptLibPath?: string | boolean;
@@ -65,6 +66,7 @@ let webpackMerges: any[] = [];
let explicitUseConfig = false;
let hasInitialized = false;
let currentPlugin: string | undefined;
/**
* @internal
*/
@@ -85,6 +87,7 @@ export function clearCurrentPlugin() {
}
////// PUBLIC API
/**
* The default flavor specific configs
*/