mirror of
https://github.com/MercuryWorkshop/adrift.git
synced 2025-05-12 22:00:02 -04:00
fix infinite bundle size bug
This commit is contained in:
parent
3539de7c18
commit
6c6ace4336
5 changed files with 475 additions and 1014 deletions
|
@ -6,10 +6,8 @@
|
|||
* However, if a user changes the location of uv.bundle.js/uv.config.js or sw.js is not relative to them, they will need to modify this script locally.
|
||||
*/
|
||||
|
||||
// import index from "sw-filemap"
|
||||
|
||||
// let filemap = JSON.parse(index);
|
||||
let filemap = {};
|
||||
self.filemap = {};
|
||||
importScripts("filemap.js");
|
||||
|
||||
importScripts('uv/uv.bundle.js');
|
||||
importScripts('uv.config.js');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue