Do not hide compile errors when webpack is running as middleware.

feature/webpack
Icedream 2017-08-26 01:50:15 +02:00
parent d0042f196e
commit e9f19fbddf
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ export default (options) => {
noInfo: true, noInfo: true,
overlay: true, overlay: true,
publicPath: '', publicPath: '',
quiet: true, quiet: false,
watchOptions: { watchOptions: {
ignored: /node_modules/, ignored: /node_modules/,
}, },