0.0.9 • Published 11 months ago

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

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

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago