Skip to content

Commit 2d9eaa1

Browse files
thateverdmitriymalept
authored andcommitted
fix(plugin-webpack): add missing debug level for webpack-dev-middleware (#1131)
1 parent 90b79c2 commit 2d9eaa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plugin/webpack/src/WebpackPlugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ Your packaged app may be larger than expected if you dont ignore everything othe
423423
const compiler = webpack(config);
424424
const server = webpackDevMiddleware(compiler, {
425425
logger: {
426+
debug: tab.log.bind(tab),
426427
log: tab.log.bind(tab),
427428
info: tab.log.bind(tab),
428429
error: tab.log.bind(tab),

0 commit comments

Comments
 (0)