Skip to content

Commit

Permalink
chore(webpack-cli): improve import local
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Mar 18, 2020
1 parent 6eecb26 commit f0d30ef
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; [WIP]
}
process.title = 'webpack';

Expand Down

0 comments on commit f0d30ef

Please sign in to comment.