Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #213 Increasing priority of pass to remove before Twig tries to u…
…se 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
- Loading branch information