Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove the “Running webpack...” notice to avoid confusion with the we…
…bpack’s mode option
  • Loading branch information
iamakulov committed Mar 19, 2018
1 parent 1133aa3 commit 92855f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webpack.config.js
Expand Up @@ -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',
Expand Down

0 comments on commit 92855f1

Please sign in to comment.