antfu-collective / vite-plugin-inspect

Inspect the intermediate state of Vite plugins
MIT License
1.29k stars 75 forks source link

Add `resolveId` information in ui #119

Open tobiasdiez opened 2 months ago

tobiasdiez commented 2 months ago

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