Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove the redundant utils export (#3343)
Browse files Browse the repository at this point in the history
snitin315 committed Nov 8, 2022
1 parent dcefbd1 commit c698565
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/webpack-cli/src/index.ts
Original file line number Diff line number Diff line change
@@ -5,5 +5,3 @@ export * from "./types";
const CLI: IWebpackCLI = require("./webpack-cli");

module.exports = CLI;
// TODO remove after drop `@webpack-cli/migrate`
module.exports.utils = { logger: console };

0 comments on commit c698565

Please sign in to comment.