diff --git a/bin/cli.js b/bin/cli.js index 47a29643138..bed161abea6 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -108,7 +108,7 @@ For more information, see https://webpack.js.org/api/cli/.`); */ const stdout = argv.silent ? { - write: () => {} + write: () => {} } // eslint-disable-line : process.stdout;