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:
Bruno Windels 2021-08-17 12:53:00 +02:00
parent ce273d8761
commit ebd177263a

View file

@ -23,6 +23,7 @@ module.exports = {
}, },
devOptions: { devOptions: {
open: "none", open: "none",
hmr: false,
/* ... */ /* ... */
}, },
buildOptions: { buildOptions: {