From 92855f163855426f0a9d34ab446336ad8ee8b0c2 Mon Sep 17 00:00:00 2001 From: Ivan Akulov Date: Mon, 19 Mar 2018 16:50:51 +0300 Subject: [PATCH] =?UTF-8?q?Remove=20the=20=E2=80=9CRunning=20webpack...?= =?UTF-8?q?=E2=80=9D=20notice=20to=20avoid=20confusion=20with=20the=20webp?= =?UTF-8?q?ack=E2=80=99s=20mode=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 98c9f67..1b89233 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -17,10 +17,6 @@ const HtmlWebpackHarddiskPlugin = require('html-webpack-harddisk-plugin'); const isProduction = process.env.NODE_ENV === 'production'; -console.log( - `Running webpack in the ${isProduction ? 'production' : 'development'} mode`, -); - module.exports = { mode: 'development', entry: './src/index.js',