We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef30dcd commit 329079eCopy full SHA for 329079e
src/utils/webpack-dev-server.ts
@@ -66,7 +66,7 @@ export const runWebpackDevServer = async (opts: IOptions<IExtraOptions>) => {
66
historyApiFallback: { rewrites: [{ from: '/', to: normalizePath(path.join(opts.publicPath, 'index.html')) }] },
67
}),
68
https: _.defaults({ value: opts.https }, { value: globalState.sourceConfig.useHttps }).value,
69
- overlay: { warnings: true, errors: true },
+ overlay: { warnings: false, errors: true },
70
stats,
71
watchOptions: {
72
...(!globalState.sourceConfig.watchNodeModules && {
0 commit comments