Do not hide compile errors when webpack is running as middleware.
parent
d0042f196e
commit
e9f19fbddf
|
@ -201,7 +201,7 @@ export default (options) => {
|
|||
noInfo: true,
|
||||
overlay: true,
|
||||
publicPath: '',
|
||||
quiet: true,
|
||||
quiet: false,
|
||||
watchOptions: {
|
||||
ignored: /node_modules/,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue