move polyfill so it gets compressed

This commit is contained in:
Felix Schulze 2019-11-12 18:43:32 +01:00
parent 539483ad42
commit c61dc82574
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
importScripts('/cache-polyfill.js');
importScripts('/js/cache-polyfill.js');
self.addEventListener('install', function(e) {