When you have a custom plugin that uses resolveId to change the id of a module, then this is not reflected in the UI. Instead, it looks like the original id and the new id are two separate modules with the same content.
Suggested solution
Add the (final?) resolved id to the UI to make it clearer that the id has been changed.
Clear and concise description of the problem
When you have a custom plugin that uses
resolveId
to change the id of a module, then this is not reflected in the UI. Instead, it looks like the original id and the new id are two separate modules with the same content.Suggested solution
Add the (final?) resolved id to the UI to make it clearer that the id has been changed.
Alternative
No response
Additional context
No response
Validations