mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(wepback): custom buildPathsupport (#10477)
Co-authored-by: farfromrefuge <dev@akylas.fr>
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user