Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update extension requirements #220

Merged
merged 1 commit into from
May 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ After installing you will see a new tab in Developer Tools. This tab displays a

## Requirements

The `svelte-devtools` extension requires your Svelte application to be compiled with the `dev` option set to `true`. If you're using [SvelteKit](https://kit.svelte.dev/), this is done automatically, outside of that you will need to set it manually.
The `svelte-devtools` extension requires the following to be true:

This extension officially supports Svelte version `^4.0.0`.
- Chrome or Firefox version 121 or higher
- Application running Svelte version `^4.0.0`
- Application compiled with `dev: true` ([SvelteKit](https://kit.svelte.dev/) does this automatically for you)

## Development

Expand Down
Loading