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 835f31e commit f7d762cCopy full SHA for f7d762c
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