0.0.9 • Published 6 months ago

@chicory-lang/vite-plugin-chicory v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Vite Plugin for Chicory

Usage

  1. Install the plugin:
npm install --save-dev @chicory-lang/vite-plugin-chicory
  1. 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.

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

8 months ago

0.0.2

9 months ago

0.0.1

9 months ago