mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
feat(wepback): custom buildPath
support (#10477)
Co-authored-by: farfromrefuge <dev@akylas.fr>
This commit is contained in:
@ -138,7 +138,7 @@ export function getDistPath() {
|
||||
}
|
||||
|
||||
// fallback to a generic platforms/<platform>/dist folder
|
||||
return `platforms/${getPlatformName()}/dist`;
|
||||
return `${env.buildPath ?? 'platforms'}/${getPlatformName()}/dist`;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user