Skip to content

Commit 329079e

Browse files
author
linfeng
committed
fix: webpack overlay
1 parent ef30dcd commit 329079e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/webpack-dev-server.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const runWebpackDevServer = async (opts: IOptions<IExtraOptions>) => {
6666
historyApiFallback: { rewrites: [{ from: '/', to: normalizePath(path.join(opts.publicPath, 'index.html')) }] },
6767
}),
6868
https: _.defaults({ value: opts.https }, { value: globalState.sourceConfig.useHttps }).value,
69-
overlay: { warnings: true, errors: true },
69+
overlay: { warnings: false, errors: true },
7070
stats,
7171
watchOptions: {
7272
...(!globalState.sourceConfig.watchNodeModules && {

0 commit comments

Comments
 (0)