-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Make EntrypointLookup "changeable" #2
Comments
…re interchangable (codayblue, weaverryan) This PR was merged into the master branch. Discussion ---------- Create interfaces to make EntryLookup and ManifestLookup are interchangable This will fix issue #2 This is a very simple change to create a set of interfaces to make parts of the bundle changeable by the user. With this change it makes the bundle more flexible because people can other developers can change the functionality to match what they need. Commits ------- 9fabb2b Minor cleanup 99d890e Made the interfaces
Ryan, first of all, thanks for the great package. I'm using two different webpack configurations (something like symfony/webpack-encore#113 to give you an idea) and because one of them is located in subfolder, Im not able to use twig helpers to generate script and link tags for these entries. Only the main entrypoints.json is found and used, not the one configured as different package under a subfolder. My question is if I missed something in documentation or is it still not yet supported feature? There also may be way to merge entrypoints files, but I'm too new to webpack to be aware of such possibility. |
In some cases, you may want to use a different implementation of reading the entrypoint data (I've talked with someone about a use-case). So, we should:
The text was updated successfully, but these errors were encountered: