You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If webpack is used in multi-config mode (thanks to Encore.reset()), we would need to make the name of entrypoints.json to be configurable, so that each config can create its own file, without overriding the entrypoints created by the other config (and we will also need to add support for that in the WebpackEncoreBundle of course).
The text was updated successfully, but these errors were encountered:
hmm, actually, keeping it named entrypoints.json might be fine if we take care of using separate subfolders as output path for each config (which might be necessary to avoid conflicts between chunk files too)
I just try to make separate folders to output path, but get only single entrypoints.json and manifest.json for all of them.
and that files are incorrect, see #477
If webpack is used in multi-config mode (thanks to
Encore.reset()
), we would need to make the name ofentrypoints.json
to be configurable, so that each config can create its own file, without overriding the entrypoints created by the other config (and we will also need to add support for that in the WebpackEncoreBundle of course).The text was updated successfully, but these errors were encountered: