0.2.1 • Published 10 months ago
@anywidget/vite v0.2.1
@anywidget/vite
Installation
npm install -D vite @anywidget/viteUsage
// vite.config.js
import { defineConfig } from "vite";
import anywidget from "@anywidget/vite";
export default defineConfig({
plugins: [anywidget()],
});Read the docs to learn more about configuring Vite with anywidget for your project.
License
MIT