4.0.1 • Published 7 months ago

@sveltejs/vite-plugin-svelte-inspector v4.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@sveltejs/vite-plugin-svelte-inspector

A Svelte inspector plugin for Vite.

Usage

// vite.config.js
import { defineConfig } from 'vite';
import { svelte } from '@sveltejs/vite-plugin-svelte';
import { svelteInspector } from '@sveltejs/vite-plugin-svelte-inspector';

export default defineConfig({
  plugins: [
    // the svelte plugin is required to work
    svelte(),
    svelteInspector({
      /* plugin options */
    })
  ]
});

License

MIT

4.0.1

7 months ago

4.0.0

7 months ago

4.0.0-next.0

7 months ago

3.0.1

8 months ago

3.0.0-next.4

8 months ago

3.0.0

8 months ago

3.0.0-next.2

1 year ago

3.0.0-next.3

11 months ago

3.0.0-next.1

1 year ago

3.0.0-next.0

1 year ago

2.1.0

1 year ago

2.0.0-next.0

2 years ago

2.0.0-next.1

2 years ago

1.0.4

2 years ago

2.0.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago