parent
012d6981de
commit
37b932196f
|
@ -10,7 +10,7 @@ const manifest = self.__WB_MANIFEST as Array<PrecacheEntry>;
|
||||||
|
|
||||||
// Exclude files that are not needed
|
// Exclude files that are not needed
|
||||||
const filteredManifest = manifest.filter((entry) => {
|
const filteredManifest = manifest.filter((entry) => {
|
||||||
return !/LICENSE\.txt(\?.*)?$/.test(entry.url ?? String());
|
return !/(LICENSE\.txt|\.map)(\?.*)?$/.test(entry.url ?? String());
|
||||||
});
|
});
|
||||||
|
|
||||||
precacheAndRoute(filteredManifest);
|
precacheAndRoute(filteredManifest);
|
||||||
|
|
Loading…
Reference in New Issue