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

Only the last manifest in the loop is created #3

Open
xpepermint opened this issue Apr 10, 2015 · 4 comments
Open

Only the last manifest in the loop is created #3

xpepermint opened this issue Apr 10, 2015 · 4 comments
Labels

Comments

@xpepermint
Copy link

webpack/webpack#960

@claudijo
Copy link

claudijo commented Jun 5, 2017

I believe that I have a similar issue (ie. having an array of multiple webpack configs, only assets from one webpack config are written to file, even though I use the same instance of the assets plugin in all configs).

However the README explicitly covers "Using in multi-compiler mode"... Is there any min version of webpack where "Multi-compiler mode" is supposed to work with the plugin?

@nerdchacha
Copy link

This could be a great addition to the project.
Having one instance for multi-compiler makes sense but if we could come up with a way to add manifest of those bundles to the same file, it would be really awesome

@Orlandster
Copy link

I'm experiencing the same behavior as described above. Multi compiler mode is not working, just the assets of the very last compiler do get added to the .json. In my opinion, it should be labeled as a bug.

@ztoben ztoben added bug and removed enhancement labels Apr 9, 2019
@ztoben
Copy link
Owner

ztoben commented Apr 9, 2019

@Orlandster I don't really have the time right now to look at this, but if you could point me to a repo/example of this not working correctly I would really appreciate it. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants