vite-plugin-lwc
TypeScript icon, indicating that this package has built-in type declarations

4.1.0 • Public • Published

vite-plugin-lwc npm Open in StackBlitz

⚡️ The all-in-one Vite plugin for LWC projects. Develop your Salesforce components locally with instant preview.

// vite.config.js
import { defineConfig } from "vite";
import lwc from "vite-plugin-lwc";

// https://vitejs.dev/config
export default defineConfig({
	plugins: [
		lwc(),
	],
});

Options

See @lwc/rollup-plugin.

/vite-plugin-lwc/

    Package Sidebar

    Install

    npm i vite-plugin-lwc

    Weekly Downloads

    12

    Version

    4.1.0

    License

    MIT

    Unpacked Size

    25.9 kB

    Total Files

    7

    Last publish

    Collaborators

    • matheusmcardoso