Showing
1 changed file
with
2 additions
and
0 deletions
@@ -239,6 +239,8 @@ gulp.task('webpack-dev-server', () => { | @@ -239,6 +239,8 @@ gulp.task('webpack-dev-server', () => { | ||
239 | hot: true, | 239 | hot: true, |
240 | inline: true, | 240 | inline: true, |
241 | quiet: true, | 241 | quiet: true, |
242 | + clientLogLevel: 'error', | ||
243 | + compress: true, | ||
242 | stats: { | 244 | stats: { |
243 | colors: true | 245 | colors: true |
244 | }, | 246 | }, |
-
Please register or login to post a comment