From 7d630bf5d985579929f7b0dd5a83fd6b829b49ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Mon, 20 Feb 2017 18:59:15 +0100 Subject: [PATCH] Remove extra line --- lib/build.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/build.js b/lib/build.js index 6cb958d44c..f1a4d33cb0 100644 --- a/lib/build.js +++ b/lib/build.js @@ -353,7 +353,6 @@ function createWebpackMiddleware () { new webpack.NoEmitOnErrorsPlugin(), new PostCompilePlugin(stats => { process.stdout.write('\x1Bc') - if (stats.hasErrors() || stats.hasWarnings()) { console.log(stats.toString('errors-only')) // eslint-disable-line no-console console.log() // eslint-disable-line no-console