From 68bcb0d1fb685f64ac1e4f8db22f1a428900e587 Mon Sep 17 00:00:00 2001 From: Raymonf <8991740+Raymonf@users.noreply.github.com> Date: Sun, 1 Mar 2020 10:42:48 -0500 Subject: [PATCH] Disable HMR (for production+) --- config/webpacker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/webpacker.yml b/config/webpacker.yml index 6eb14b7..9e463e2 100644 --- a/config/webpacker.yml +++ b/config/webpacker.yml @@ -62,7 +62,7 @@ development: host: localhost port: 3035 public: localhost:3035 - hmr: true + hmr: false # Inline should be set to true if using HMR inline: true overlay: true