mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
feat: support webpack profiling (#9804)
Co-authored-by: Martin Guillon <martin.guillon@akylas.fr>
This commit is contained in:
@ -43,6 +43,9 @@ export interface IWebpackEnv {
|
||||
// enable verbose output
|
||||
verbose?: boolean;
|
||||
|
||||
// enable webpack profiling
|
||||
profile?: boolean;
|
||||
|
||||
// misc
|
||||
replace?: string[] | string;
|
||||
watchNodeModules?: boolean;
|
||||
|
Reference in New Issue
Block a user