We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d910d3a commit 71e87feCopy full SHA for 71e87fe
src/sw.js
@@ -1,8 +1,9 @@
1
function initSimulatorServiceWorker() {
2
const simUrls = [
3
- "/simulator.html",
4
- "/build/simulator.js",
5
- "/build/firmware.js",
+ // TODO: Fix more prefix hacks
+ "/service-worker/simulator.html",
+ "/service-worker/build/simulator.js",
6
+ "/service-worker/build/firmware.js",
7
];
8
let didInstall = false;
9
const cacheName = "simulator";
0 commit comments