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
Got the same problem as described here, but with v7.1.1. Had to downgrade to 7.0.0.
It's important for my project to have access to the emitted files in processOutput because some files are generated by other webpack plugins. Adding them in processOutput to assets.json is the best way, but it is impossible when the function is called on emit instead of afterEmit.
As there were previous issues with same request, maybe it's worth doing a separate setting for it?
The text was updated successfully, but these errors were encountered:
Got the same problem as described here, but with v7.1.1. Had to downgrade to 7.0.0.
It's important for my project to have access to the emitted files in
processOutput
because some files are generated by other webpack plugins. Adding them inprocessOutput
to assets.json is the best way, but it is impossible when the function is called onemit
instead ofafterEmit
.As there were previous issues with same request, maybe it's worth doing a separate setting for it?
The text was updated successfully, but these errors were encountered: