diff --git a/packages/webpack-cli/bin/cli.js b/packages/webpack-cli/bin/cli.js index 54edd23f659..1bf0a1be092 100755 --- a/packages/webpack-cli/bin/cli.js +++ b/packages/webpack-cli/bin/cli.js @@ -8,7 +8,7 @@ const runner = require('../lib/runner'); // Prefer the local installation of webpack-cli if (importLocal(__filename)) { - // return; + return; } process.title = 'webpack';