From bd06a69076d95863827fe43fa76b8fb554e7dbb1 Mon Sep 17 00:00:00 2001 From: Devid Farinelli Date: Thu, 30 May 2019 17:58:33 +0200 Subject: [PATCH] misc(generators): remove comment --- packages/generators/utils/webpackConfig.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/generators/utils/webpackConfig.ts b/packages/generators/utils/webpackConfig.ts index 1fddf5ee84d..3ae9ce88d5a 100644 --- a/packages/generators/utils/webpackConfig.ts +++ b/packages/generators/utils/webpackConfig.ts @@ -23,7 +23,6 @@ export function getDefaultOptimization(isProd: boolean): WebpackOptions["optimiz chunks: "'async'", minChunks: 1, minSize: 30000, - // for production name is recommended to be off name: !this.isProd, }, };