diff --git a/webpack.renderer.ts b/webpack.renderer.ts index c0169bb3a0..9432fb1c7f 100755 --- a/webpack.renderer.ts +++ b/webpack.renderer.ts @@ -5,7 +5,6 @@ import HtmlWebpackPlugin from "html-webpack-plugin"; import MiniCssExtractPlugin from "mini-css-extract-plugin"; import TerserPlugin from "terser-webpack-plugin"; import ForkTsCheckerPlugin from "fork-ts-checker-webpack-plugin"; -import ProgressBarPlugin from "progress-bar-webpack-plugin"; import ReactRefreshWebpackPlugin from "@pmmmwh/react-refresh-webpack-plugin"; import * as vars from "./src/common/vars"; @@ -139,7 +138,6 @@ export function webpackLensRenderer({ showVars = true } = {}): webpack.Configura }, plugins: [ - new ProgressBarPlugin(), new ForkTsCheckerPlugin(), // todo: fix remain warnings about circular dependencies