JSPM

  • Created
  • Published
  • Downloads 1053840
  • Score
    100M100P100Q203659F
  • License MIT

Package Exports

  • @sveltejs/vite-plugin-svelte
  • @sveltejs/vite-plugin-svelte/package.json

Readme

@sveltejs/vite-plugin-svelte

The official Svelte plugin for Vite.

Usage

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

export default defineConfig({
    plugins: [
        svelte({
            /* plugin options */
        })
    ]
});

Documentation

License

MIT