From 0f1cee6826bc58c33fc06eed0dab8b897e6e4a40 Mon Sep 17 00:00:00 2001 From: ev1stensberg Date: Wed, 14 Feb 2018 08:26:06 +0100 Subject: [PATCH] fix typo.. --- bin/webpack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/webpack.js b/bin/webpack.js index 80f2f7aad94..1313de32688 100644 --- a/bin/webpack.js +++ b/bin/webpack.js @@ -439,7 +439,7 @@ } if (argv.progress) { - const ProgressPlugin = require("webpack").ProcessPlugin; + const ProgressPlugin = require("webpack").ProgressPlugin; compiler.apply( new ProgressPlugin({ profile: argv.profile