Skip to content

Commit 2063919

Browse files
Add firmware.wasm to service worker assets list
1 parent 1331423 commit 2063919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sw.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export type {};
44
declare const self: ServiceWorkerGlobalScope;
55
declare const clients: Clients;
66

7-
const assets = ["simulator.html", "build/simulator.js", "build/firmware.js"];
7+
const assets = ["simulator.html", "build/simulator.js", "build/firmware.js", "build/firmware.wasm"];
88
const cacheName = `simulator-${process.env.VERSION}`;
99

1010
self.addEventListener("install", (event) => {

0 commit comments

Comments
 (0)