thetarnav / solid-devtools

Library of developer tools, reactivity debugger & Devtools Chrome extension for visualizing SolidJS reactivity graph
https://chrome.google.com/webstore/detail/solid-devtools/kmcfjchnmmaeeagadbhoofajiopoceel
MIT License
536 stars 21 forks source link

Output source map from vite plugin #265

Closed yume-chan closed 10 months ago

yume-chan commented 11 months ago

Fixes #236

This makes browser DevTools show the original source code as the author writes, not the code produced by this plugin.

This can be verified by either checking browser DevTools or using the vite-plugin-inspect plugin to log each plugins' output code and source maps.

changeset-bot[bot] commented 11 months ago

🦋 Changeset detected

Latest commit: 0bc8d67730417bed0bc8cc57d4d2ac74ab72986f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages | Name | Type | | ------------------------- | ----- | | solid-devtools | Minor | | @solid-devtools/extension | Minor | | @solid-devtools/overlay | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

thetarnav commented 10 months ago

Thank you!