Skip to content

Commit a9ce5d0

Browse files
snitin315alexander-akait
authored andcommittedNov 15, 2022
fix: remove the redundant utils export (#3343)
1 parent d86e06d commit a9ce5d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎packages/webpack-cli/src/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ export * from "./types";
55
const CLI: IWebpackCLI = require("./webpack-cli");
66

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

0 commit comments

Comments
 (0)
Please sign in to comment.