Skip to content

Commit a146564

Browse files
committed
temporary fix to prevent HMR on production (#370)
1 parent 15a76d4 commit a146564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
options: {
2525
dev,
2626
hydratable: true,
27-
hotReload: true
27+
hotReload: dev,
2828
}
2929
}
3030
},

0 commit comments

Comments
 (0)