0.0.9 • Published 6 months ago
@chicory-lang/vite-plugin-chicory v0.0.9
Vite Plugin for Chicory
Usage
- Install the plugin:
npm install --save-dev @chicory-lang/vite-plugin-chicory- Add the plugin to your
vite.config.js:
import { defineConfig } from 'vite';
import chicory from '@chicory-lang/vite-plugin-chicory';
export default defineConfig({
plugins: [chicory()],
});For more information about developing with Chicory, see the Chicory documentation.