добавляет rollup-plugin-workbox
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-06-03 10:04:56 +03:00
parent 41ff17345e
commit 4b8e488517
5 changed files with 57 additions and 7 deletions

4
src/js/sw.js Normal file
View File

@@ -0,0 +1,4 @@
import { precacheAndRoute } from 'workbox-precaching'
// eslint-disable-next-line no-undef
precacheAndRoute(self.__WB_MANIFEST)