We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c035b22 commit 8cf8962Copy full SHA for 8cf8962
client-src/utils/log.ts
@@ -8,7 +8,7 @@
8
* https://github.com/webpack/webpack-dev-server/blob/main/LICENSE
9
*/
10
11
-import type { LoggerOptions } from '../modules/logger/createConsoleLogger';
+import type { LoggerOptions } from '../modules/types';
12
import logger from '../modules/logger/index';
13
import { LogLevel } from '../type';
14
0 commit comments