made a plugin that adds data-attributes to each JSX component:
- data-at (where it was defined)
- data-in (in which component is it being used)
- data-kind (what is the component name)

each of these data-attribute can be disabled/renamed

`pnpm add -D unplugin-jsx-source`
https://github.com/astahmer/unplugin-jsx-source
Post image

Comments