From ebd177263ac2a3bd970d392387e4ed985ff2ca9e Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 17 Aug 2021 12:53:00 +0200 Subject: [PATCH] disable HMR as we won't be using it any time soon I imagine. this prevents the HMR code from loading at runtime --- snowpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/snowpack.config.js b/snowpack.config.js index 06fdb22e..2734aadc 100644 --- a/snowpack.config.js +++ b/snowpack.config.js @@ -23,6 +23,7 @@ module.exports = { }, devOptions: { open: "none", + hmr: false, /* ... */ }, buildOptions: {