Skip to content
This repository was archived by the owner on May 2, 2021. It is now read-only.

Commit 2bca50a

Browse files
committed
fix missing module
1 parent 7c2198e commit 2bca50a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/_js/service-worker.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { registerRoute } from 'workbox-routing';
22
import { StaleWhileRevalidate, NetworkFirst } from 'workbox-strategies';
3-
import './modules/message-worker';
43

54
const cacheName = 'fevr-v2-cache';
65
const listRegExp = /^\/(index\.html|eventi\/index\.html)/;

0 commit comments

Comments
 (0)