We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadd432 commit a74dee0Copy full SHA for a74dee0
src/Resources/config/services.xml
@@ -16,9 +16,7 @@
16
<service id="webpack_encore.tag_renderer" class="Symfony\WebpackEncoreBundle\Asset\TagRenderer">
17
<argument type="service" id="webpack_encore.entrypoint_lookup_collection" />
18
<argument type="service" id="assets.packages" />
19
- <argument type="collection">
20
- <argument key="crossorigin" />
21
- </argument>
+ <argument type="collection" />
22
</service>
23
24
<service id="webpack_encore.twig_entry_files_extension" class="Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension">
0 commit comments