mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Fixes overlay showing randomly (#3885)
This commit is contained in:
parent
349608fe49
commit
1a51d11e2e
|
@ -9,8 +9,8 @@ const {
|
|||
|
||||
export default () => {
|
||||
webpackHotMiddlewareClient.setOptionsAndConnect({
|
||||
overlay: false,
|
||||
reload: true,
|
||||
overlay: 'false',
|
||||
reload: 'true',
|
||||
path: `${assetPrefix}/_next/webpack-hmr`
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue