From a6f252b9dacb8cb3dd8c29c0331dd4195eaea8eb Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Fri, 5 Apr 2024 16:00:35 +0200 Subject: [PATCH] Shakapacker Dev: Use `no-store` to prevent caching at all --- config/shakapacker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/shakapacker.yml b/config/shakapacker.yml index c352a09c..e561cf2c 100644 --- a/config/shakapacker.yml +++ b/config/shakapacker.yml @@ -83,7 +83,7 @@ development: pretty: true headers: 'Access-Control-Allow-Origin': '*' - 'Cache-Control': 'no-cache' + 'Cache-Control': 'no-store' static: watch: ignored: '**/node_modules/**'