mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
feat: add DotEnv support
This commit is contained in:
@ -12,6 +12,8 @@ import helpers from './helpers';
|
||||
export interface IWebpackEnv {
|
||||
[name: string]: any;
|
||||
|
||||
env?: string;
|
||||
|
||||
appPath?: string;
|
||||
appResourcesPath?: string;
|
||||
|
||||
|
Reference in New Issue
Block a user