Spomky-Labs / pwa-bundle

PHP library for generating a full featured PWA manifest
https://pwa.spomky-labs.com
MIT License
28 stars 1 forks source link

Remove ImportMapConfigReader dependency from PwaRuntime #152

Closed Spomky closed 1 month ago

Spomky commented 1 month ago

The dependency on ImportMapConfigReader has been removed from PwaRuntime code to simplify Workbox URL generation. The URL is now directly derived from the workboxPublicUrl property of the serviceWorker's workbox object. This makes the code more maintainable and easy to read.

Target branch: 1.1.x Resolves issue #