1
0
Fork 0
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:
Tim Neutkens 2018-02-25 15:21:15 +01:00 committed by Arunoda Susiripala
parent 349608fe49
commit 1a51d11e2e

View file

@ -9,8 +9,8 @@ const {
export default () => {
webpackHotMiddlewareClient.setOptionsAndConnect({
overlay: false,
reload: true,
overlay: 'false',
reload: 'true',
path: `${assetPrefix}/_next/webpack-hmr`
})