Skip to content

Commit 1af3bef

Browse files
authored
fix(webpack-cli): prefer import local (#1345)
1 parent 106f105 commit 1af3bef

File tree

1 file changed

+1
-1
lines changed
  • packages/webpack-cli/bin

1 file changed

+1
-1
lines changed

packages/webpack-cli/bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const runner = require('../lib/runner');
88

99
// Prefer the local installation of webpack-cli
1010
if (importLocal(__filename)) {
11-
// return;
11+
return;
1212
}
1313
process.title = 'webpack';
1414

0 commit comments

Comments
 (0)