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

Feature: Support for encore loaders and plugins #27

Open
bildschirmartist opened this issue Feb 23, 2023 · 1 comment
Open

Feature: Support for encore loaders and plugins #27

bildschirmartist opened this issue Feb 23, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@bildschirmartist
Copy link

Hello,
we use this extension to develop a Contao Theme Bundle that takes advantage of Webpack and which we can include in multiple Contao instances.
With the basic functionalities of Encore this is working great!

But beyond that we would also like to use other plugins and loaders, such as this one: https://www.npmjs.com/package/svg-spritemap-webpack-plugin.

Therefore, it would be great to be able to add these, with appropriate configuration, as EncoreEntry as well.

@koertho
Copy link
Contributor

koertho commented Feb 23, 2023

Hi, that looks like a very good idea to let encore entries enable loaders/ plugins. But to implement such a future we need a good concept (how do we the configuration, how to handle multiple entries configuring the same plugin) and time (which is always short especially for things we do not need for current projects). You're very welcome to provide an concept or do an concept PR :)

@koertho koertho added the enhancement New feature or request label Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants