0.0.3 • Published 11 months ago

vite-plugin-svell v0.0.3

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

vite-plugin-svell

Vite plugin for svell dev environment.

Usage

npm add -D vite-plugin-svell
// vite.config.js
import { defineConfig } from 'vite'
import svell from 'vite-plugin-svell'

export default defineConfig({
  plugins: [
    svell({
      entry: 'src/main.js' // default path is 'src/main.js' or 'src/main.ts' for TypeScript projects.
    })
  ]
})
0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago