sveltejs / svelte-devtools

A browser extension to inspect Svelte application by extending your browser devtools capabilities
https://chromewebstore.google.com/detail/svelte-devtools/kfidecgcdjjfpeckbblhmfkhmlgecoff
MIT License
1.42k stars 78 forks source link

fix: inject attachment script immediately #147

Closed ignatiusmb closed 10 months ago

ignatiusmb commented 10 months ago

This will ensure that our listener for the emitted dev events are attached before any plugin code executes.

Tested with

Fixes #38