You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #213 Increasing priority of pass to remove before Twig tries to use it (weaverryan)
This PR was merged into the main branch.
Discussion
----------
Increasing priority of pass to remove before Twig tries to use it
Hi!
In 1.17.0, a compiler pass was added to remove the Twig extension that supplies the `stimulus_` functions if StimulusBundle is installed (because it supplies those instead). However, the priority needs to be higher, else (depending on the order your bundles are installed) Twig might try to use the service *first*... and then we remove it. Results in:
> The service "twig" has a dependency on a non-existent service "webpack_encore.twig_stimulus_
> extension". Did you mean this: "webpack_encore.twig_entry_files_extension"?
Cheers!
Commits
-------
49f9302 Increasing priority of pass to remove before Twig tries to use it
0 commit comments