Skip to content

Commit 329079e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/webpack-dev-server.ts

Lines changed: 1 addition & 1 deletion
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)