Skip to content

Commit

Permalink
fix(webpack-cli): prefer import local (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored Mar 18, 2020
1 parent 106f105 commit 1af3bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-cli/bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const runner = require('../lib/runner');

// Prefer the local installation of webpack-cli
if (importLocal(__filename)) {
// return;
return;
}
process.title = 'webpack';

Expand Down

0 comments on commit 1af3bef

Please sign in to comment.