From 8f31341881bf84893b38ba0f55e1b3dd2a24cdf1 Mon Sep 17 00:00:00 2001 From: sylenien Date: Fri, 24 Jun 2022 15:29:32 +0200 Subject: [PATCH] fix(ui): tweak webpack config --- frontend/webpack.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/webpack.config.ts b/frontend/webpack.config.ts index 0da209bba..4972b3213 100644 --- a/frontend/webpack.config.ts +++ b/frontend/webpack.config.ts @@ -124,7 +124,6 @@ const config: Configuration = { ], }), new MiniCssExtractPlugin(), - new HotModuleReplacementPlugin(), ], devtool: isDevelopment ? "inline-source-map" : false, performance: {