Skip to content

Commit d80496e

Browse files
authored
chore: Disable error overlay (#3644)
1 parent 7d29afd commit d80496e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pages/webpack.config.base.cjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,13 @@ module.exports = ({
136136
...(moduleReplacements || []).map(({ from, to }) => replaceModule(from, to)),
137137
],
138138
devServer: {
139+
client: {
140+
overlay: {
141+
errors: true,
142+
warnings: true,
143+
runtimeErrors: false,
144+
},
145+
},
139146
devMiddleware: {
140147
publicPath: '/',
141148
},

0 commit comments

Comments
 (0)