svelte-devtools
svelte-devtools copied to clipboard
A browser extension to inspect Svelte application by extending your browser devtools capabilities
Error on macos Chrome - Uncaught TypeError: Cannot read properties of null (reading 'appendChild')
"document.head" is null at the runtime. Not sure if it only occurs on macos. I've created a PR to fix it https://github.com/sveltejs/svelte-devtools/pull/233 **Reproduce steps** 1. Open Chrome on macos 2....
I follow the README and run "pnpm build", but it failed with Command "build" not found It works if I "cd workspace/extension" first. ❯ pnpm --version 9.11.0 Shall we add...
This is to fix https://github.com/sveltejs/svelte-devtools/issues/232 Add check for document.head. If it's null, call appendChild on the event DOMContentLoaded
Bumps [rollup](https://github.com/rollup/rollup) from 4.21.3 to 4.22.4. Release notes Sourced from rollup's releases. v4.22.4 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.7 to 5.4.12. Release notes Sourced from vite's releases. v5.4.12 This version contains a breaking change due to security fixes. See https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6 for more details. Please refer...