Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ImportMapConfigReader dependency from PwaRuntime (#152)
* Remove ImportMapConfigReader dependency from PwaRuntime 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. * Remove ImportMapConfigReader dependency from PwaRuntime The ImportMapConfigReader dependency was removed from PwaRuntime.php, thus simplifying the Workbox URL generation process. The URL is now directly derived, resulting in a cleaner, more readable and easily maintainable codebase.
- Loading branch information