1.0.0 • Published 7 months ago

vite-plugin-livescript v1.0.0

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

vite-plugin-livescript

A Vite plugin for your LiveScript projects

License Version Build

Installation

npm install -D vite-plugin-livescript

Usage

import { defineConfig } from 'vite';
import livescript from 'vite-plugin-livescript';

export default defineConfig({
    plugins: [
        livescript({
            // the following are the default values
            bare: false,
            header: false,
            const: false,
            json: false,
            warn: false
        })
    ]
});

Options

Please refer to the LiveScript documentation for available options.

License

This work is licensed under The MIT License

1.0.0

7 months ago

0.1.0

7 months ago