From fd5f4a023f9df96ac1870013cf3f4a7f13e13b0b Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Mon, 29 Mar 2021 13:58:43 +0200 Subject: [PATCH] chore: drop unused env flags --- packages/webpack5/src/index.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/webpack5/src/index.ts b/packages/webpack5/src/index.ts index 0c76884e1..bee44df52 100644 --- a/packages/webpack5/src/index.ts +++ b/packages/webpack5/src/index.ts @@ -25,10 +25,6 @@ export interface IWebpackEnv { // for custom platforms platform?: string; - // angular specific - configuration?: string; - projectName?: string; - production?: boolean; report?: boolean; hmr?: boolean;