fix: stop dashboard refresh loops
This commit is contained in:
3
.changeset/fn-blank-page-service-worker-assets.md
Normal file
3
.changeset/fn-blank-page-service-worker-assets.md
Normal file
@@ -0,0 +1,3 @@
|
||||
"@runfusion/fusion": patch
|
||||
|
||||
Revalidate dashboard service-worker assets before falling back to cache so rebuilt tabs cannot stay on stale bundles and render a blank page.
|
||||
@@ -1,4 +1,4 @@
|
||||
const CACHE_NAME = "fusion-cache-v4";
|
||||
const CACHE_NAME = "fusion-cache-v5";
|
||||
const APP_SHELL_URLS = [
|
||||
"/",
|
||||
"/index.html",
|
||||
|
||||
Reference in New Issue
Block a user