mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
feat: env based replacements (#9286)
* feat: file replacement handling for TS and pure file copy replacements * test: add tests for replacements & refactor a bit Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
This commit is contained in:
@ -35,7 +35,9 @@ export interface IWebpackEnv {
|
||||
|
||||
// enable verbose output
|
||||
verbose?: boolean;
|
||||
// todo: add others
|
||||
|
||||
// misc
|
||||
replace?: string[] | string
|
||||
}
|
||||
|
||||
interface IChainEntry {
|
||||
|
Reference in New Issue
Block a user