Shakapacker Dev: Use no-store to prevent caching at all

This commit is contained in:
Sebastian Serth
2024-04-05 16:00:35 +02:00
parent 34833e442c
commit a6f252b9da

View File

@ -83,7 +83,7 @@ development:
pretty: true pretty: true
headers: headers:
'Access-Control-Allow-Origin': '*' 'Access-Control-Allow-Origin': '*'
'Cache-Control': 'no-cache' 'Cache-Control': 'no-store'
static: static:
watch: watch:
ignored: '**/node_modules/**' ignored: '**/node_modules/**'