Skip to content

Commit

Permalink
fix: remove the redundant utils export (#3343)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored and alexander-akait committed Nov 15, 2022
1 parent d86e06d commit a9ce5d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/webpack-cli/src/index.ts
Expand Up @@ -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 a9ce5d0

Please sign in to comment.