From 9e61d5905ee079afca9437f8ac16a76d1dd839e3 Mon Sep 17 00:00:00 2001 From: Mario Squeo Date: Fri, 5 Feb 2021 11:48:00 -0500 Subject: [PATCH] Disable hot module replacement server --- apps/dashboard/config/webpacker.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/dashboard/config/webpacker.yml b/apps/dashboard/config/webpacker.yml index a6b146566a..a4c26b4b41 100644 --- a/apps/dashboard/config/webpacker.yml +++ b/apps/dashboard/config/webpacker.yml @@ -59,7 +59,7 @@ development: public: localhost:3035 hmr: false # Inline should be set to true if using HMR - inline: true + inline: false overlay: true compress: true disable_host_check: true @@ -67,10 +67,9 @@ development: quiet: false pretty: false headers: - 'Access-Control-Allow-Origin': '*' + "Access-Control-Allow-Origin": "*" watch_options: - ignored: '**/node_modules/**' - + ignored: "**/node_modules/**" test: <<: *default