chore: drop unused env flags

This commit is contained in:
Igor Randjelovic
2021-03-29 13:58:43 +02:00
parent c2297464bc
commit fd5f4a023f

View File

@ -25,10 +25,6 @@ export interface IWebpackEnv {
// for custom platforms
platform?: string;
// angular specific
configuration?: string;
projectName?: string;
production?: boolean;
report?: boolean;
hmr?: boolean;