We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fcd518 commit a0d1ad2Copy full SHA for a0d1ad2
src/service-worker.ts
@@ -12,7 +12,7 @@ const log = (text: string, color = "rgb(128, 128, 128)") =>
12
`color: black !important; background-color: ${color};`,
13
);
14
15
-const ENABLE_CACHING = IS_DEVELOPMENT;
+const ENABLE_CACHING = !IS_DEVELOPMENT;
16
17
const CACHE_NAME = "runic-cache-1";
18
let CACHE: Cache = null;
0 commit comments