⚡️ 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(),
],
});
See @lwc/rollup-plugin.