forked from mystiq/hydrogen-web
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
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ module.exports = {
|
|||
},
|
||||
devOptions: {
|
||||
open: "none",
|
||||
hmr: false,
|
||||
/* ... */
|
||||
},
|
||||
buildOptions: {
|
||||
|
|
Loading…
Reference in a new issue