diff --git a/frontend/webpack.config.ts b/frontend/webpack.config.ts index 9fd74a4862..dbf428af08 100644 --- a/frontend/webpack.config.ts +++ b/frontend/webpack.config.ts @@ -317,7 +317,7 @@ const config: Configuration = { ], }), extractCSS, - ...(REACT_REFRESH ? [new ReactRefreshWebpackPlugin()] : []), + ...(REACT_REFRESH ? [new ReactRefreshWebpackPlugin()] : [new webpack.ProgressPlugin()]), ], devtool: 'cheap-module-source-map', stats: 'minimal',