Skip to content

Commit a0d1ad2

Browse files
committed
Remove debug caching from service worker
1 parent 9fcd518 commit a0d1ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service-worker.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const log = (text: string, color = "rgb(128, 128, 128)") =>
1212
`color: black !important; background-color: ${color};`,
1313
);
1414

15-
const ENABLE_CACHING = IS_DEVELOPMENT;
15+
const ENABLE_CACHING = !IS_DEVELOPMENT;
1616

1717
const CACHE_NAME = "runic-cache-1";
1818
let CACHE: Cache = null;

0 commit comments

Comments
 (0)