JSPM

  • Created
  • Published
  • Downloads 1079072
  • Score
    100M100P100Q203477F
  • License MIT

Package Exports

  • @sveltejs/vite-plugin-svelte

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