Skip to content

Commit 6255a43

Browse files
authored
refactor: use chalk from webpack-log (#293)
1 parent 986d69e commit 6255a43

File tree

3 files changed

+5216
-5003
lines changed

3 files changed

+5216
-5003
lines changed

lib/fs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
const fs = require('fs');
44
const path = require('path');
5-
const chalk = require('chalk'); // eslint-disable-line import/no-extraneous-dependencies
65
const MemoryFileSystem = require('memory-fs');
76
const pathabs = require('path-is-absolute');
7+
const { chalk } = require('webpack-log');
88
const NodeOutputFileSystem = require('webpack/lib/node/NodeOutputFileSystem');
99
const DevMiddlewareError = require('./DevMiddlewareError');
1010

0 commit comments

Comments
 (0)