UNPKG

create-lwc-plugin

Version:

Wizard-like CLI tool for scaffolding a new plugin for Lightweight Charts™

14 lines (11 loc) 175 B
import { defineConfig } from 'vite'; const input = { main: './src/example/index.html', }; export default defineConfig({ build: { rollupOptions: { input, }, }, });