Do not hide compile errors when webpack is running as middleware.
parent
d0042f196e
commit
e9f19fbddf
|
@ -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/,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue