mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-18 00:06:57 +01:00
disable HMR as we won't be using it any time soon I imagine.
this prevents the HMR code from loading at runtime
This commit is contained in:
parent
ce273d8761
commit
ebd177263a
@ -23,6 +23,7 @@ module.exports = {
|
||||
},
|
||||
devOptions: {
|
||||
open: "none",
|
||||
hmr: false,
|
||||
/* ... */
|
||||
},
|
||||
buildOptions: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user