Skip to content

Commit

Permalink
fix(plugin-webpack): add missing debug level for webpack-dev-middlewa…
Browse files Browse the repository at this point in the history
…re (#1131)
  • Loading branch information
thateverdmitriy authored and malept committed Sep 4, 2019
1 parent 90b79c2 commit 2d9eaa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin/webpack/src/WebpackPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ Your packaged app may be larger than expected if you dont ignore everything othe
const compiler = webpack(config);
const server = webpackDevMiddleware(compiler, {
logger: {
debug: tab.log.bind(tab),
log: tab.log.bind(tab),
info: tab.log.bind(tab),
error: tab.log.bind(tab),
Expand Down

0 comments on commit 2d9eaa1

Please sign in to comment.