0.0.9 • Published 8 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

10 months ago

0.0.2

11 months ago

0.0.1

11 months ago