Showing
1 changed file
with
2 additions
and
1 deletions
@@ -10,7 +10,8 @@ const compiler = webpack(webpackConfig); | @@ -10,7 +10,8 @@ const compiler = webpack(webpackConfig); | ||
10 | 10 | ||
11 | const devMiddleware = webpackDevMiddleware(compiler, { | 11 | const devMiddleware = webpackDevMiddleware(compiler, { |
12 | publicPath: webpackConfig.output.publicPath, | 12 | publicPath: webpackConfig.output.publicPath, |
13 | - quiet: true, | 13 | + logLevel: 'silent', |
14 | + stats: 'none', | ||
14 | headers: { | 15 | headers: { |
15 | 'Access-Control-Allow-Origin': '*' | 16 | 'Access-Control-Allow-Origin': '*' |
16 | } | 17 | } |
-
Please register or login to post a comment