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;