vite-plugin-inspect icon indicating copy to clipboard operation
vite-plugin-inspect copied to clipboard

Inspect SSR transform

Open antfu opened this issue 3 years ago • 0 comments

Clear and concise description of the problem

https://github.com/antfu/vite-plugin-inspect/issues/33#issuecomment-1211536957 by @nksaraf

Suggested solution

I guess currently we don't distinguish between client and SSR transform. We might need two maps storing them based on ctx.ssr flag and offering a new tab on UI for inspecting SSR transform diff.

Alternative

No response

Additional context

No response

Validations

  • [X] Follow our Code of Conduct
  • [X] Read the Contributing Guide.
  • [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.

antfu avatar Aug 11 '22 06:08 antfu