Commit 002cd8fc authored by XhmikosR's avatar XhmikosR
Browse files

sw.js: fix TypeError with new workbox.

parent 7dc41e29
Showing with 3 additions and 2 deletions
+3 -2
/* global workbox:false */
self.importScripts('/assets/js/vendor/{fileName}')
const workboxSW = new self.WorkboxSW()
workboxSW.precaching.precacheAndRoute([])
workbox.precaching.precacheAndRoute([])
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment