From 451b1e46bb59990f6e999aecac519ea287758f95 Mon Sep 17 00:00:00 2001 From: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Mon, 27 Jan 2020 20:06:36 +0530 Subject: [PATCH] fix: remove webpack progress plugin --- webpack.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index de78019..21b942e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -112,7 +112,6 @@ module.exports = { }, plugins: [ - new webpack.ProgressPlugin(), // for awesome-typescript-loader new CheckerPlugin(), // https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/518