Skip to content

Commit

Permalink
Remove ImportMapConfigReader dependency from PwaRuntime
Browse files Browse the repository at this point in the history
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
Spomky committed Mar 31, 2024
1 parent ce9722d commit 5b84514
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Twig/PwaRuntime.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use SpomkyLabs\PwaBundle\Dto\Icon;
use SpomkyLabs\PwaBundle\Dto\Manifest;
use Symfony\Component\AssetMapper\AssetMapperInterface;
use Symfony\Component\AssetMapper\ImportMap\ImportMapConfigReader;
use Symfony\Component\AssetMapper\MappedAsset;
use Symfony\Component\DependencyInjection\Attribute\Autowire;
use Symfony\Component\Mime\MimeTypes;
Expand Down

0 comments on commit 5b84514

Please sign in to comment.