Skip to content

Commit

Permalink
chore: Update packages/webpack-cli/lib/groups/ZeroConfigGroup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Aug 14, 2020
1 parent cf85cf3 commit ac23e05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/webpack-cli/lib/groups/ZeroConfigGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class ZeroConfigGroup extends GroupHelper {
return process.env.NODE_ENV;
} else {
if (this.args.mode) {
console.log(process.env.NODE_ENV);
return this.args.mode;
}
return PRODUCTION;
Expand Down

0 comments on commit ac23e05

Please sign in to comment.