Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor improvements #181

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

nicolas-grekas
Copy link
Member

No description provided.

return [
'webpack_encore.entrypoint_lookup_collection' => EntrypointLookupInterface::class,
'webpack_encore.tag_renderer' => TagRenderer::class,
];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the point of adding this here and still having it defined in the service? https://github.com/symfony/webpack-encore-bundle/blob/main/src/Resources/config/services.xml#L29-L35

Can we have just this one (and remove the service config)? And if so, will it work even though there is no service with the id TagRenderer::class?

@jrushlow jrushlow added the Minor Minor Enhancement label Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Minor Minor Enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants