After updating to Pixi v8 and getting support for proper background asset loading, the service worker's fetch seems to require using absolute URL. This conflicts with our default development setup.
Changelog
Fixes:
- Fixed graphics not loading when running development version of Pandora locally
Checklist
[x] The change has been tested locally
[x] Added documentation to the new code and updated existing documentation where needed
References
None
About The Pull Request
After updating to Pixi v8 and getting support for proper background asset loading, the service worker's fetch seems to require using absolute URL. This conflicts with our default development setup.
Changelog
Checklist