-
-
Notifications
You must be signed in to change notification settings - Fork 814
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
Document how to add Webpack Encore #425
Conversation
This reverts commit 0d7e316.
Hello, |
I'm in the same situation. Do you have any idea when the addition of the asset build will be integrated into the main branch? Thanks. |
Also failing to get this to work with the current state of the repo. |
Any news about this enhancement @packagespace ? THANKS |
If you are looking for a simple and quick solution, you can do it as follows: #497 |
The reworking of the project for FrankenPHP calls this integration into question. What's more, with the new AssetMapper component, it might be more interesting to concentrate on it. Thank you for your contribution in spite of everything. And if anyone would like to try with AssetMapper, a PR is welcome. |
Cont. #186
As explained in the last thread, this config works in a local env with HMR and in prod. No problem with Symfony UX packages either. Added a few improvements to avoid reinstalling node modules at every change in the source code.
I was wondering if there is a way this could be handled by a flex recipe, but if the only additions in the
Dockerfile
have to be made in theapp_php
image I'm not sure how it could be done.Some extra notes in case it could help anyone tackle this / improve my approach:
entrypoints.json
and caddy image for assets serving