From 6e7f8507b1e9af328e6f37e2b230af8dd61c1956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Mon, 17 May 2021 15:48:15 +0200 Subject: [PATCH] Removing custom stats --- front/webpack.config.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/front/webpack.config.ts b/front/webpack.config.ts index e939f0ba..581163aa 100644 --- a/front/webpack.config.ts +++ b/front/webpack.config.ts @@ -160,13 +160,5 @@ module.exports = { 'MAX_PER_GROUP': 4 }) ], - stats: { - chunks: false, - chunkModules: false, - modules: false, - assets: true, - entrypoints: false, - errorDetails: false, - }, } as Configuration & WebpackDevServer.Configuration;