fix: handle appComponents (closes #9126)

This commit is contained in:
Igor Randjelovic
2021-03-02 20:11:47 +01:00
parent 43dc99784a
commit 73e97116d5
8 changed files with 39 additions and 14 deletions

View File

@ -16,6 +16,7 @@ export interface IWebpackEnv {
appPath?: string;
appResourcesPath?: string;
appComponents?: string[];
nativescriptLibPath?: string;