We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
utils
1 parent df4feea commit 154f874Copy full SHA for 154f874
packages/webpack-cli/src/index.ts
@@ -5,5 +5,3 @@ export * from "./types";
5
const CLI: IWebpackCLI = require("./webpack-cli");
6
7
module.exports = CLI;
8
-// TODO remove after drop `@webpack-cli/migrate`
9
-module.exports.utils = { logger: console };
0 commit comments