feat: extract platforms

This commit is contained in:
Igor Randjelovic
2020-12-07 13:41:22 +01:00
parent 7df2f09cfc
commit 2f39cf5ed6
15 changed files with 377 additions and 44 deletions

View File

@ -21,6 +21,8 @@ export interface IWebpackEnv {
android?: boolean;
ios?: boolean;
// for custom platforms
platform?: string;
production?: boolean;
report?: boolean;