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: {