2.0.0 • Published 1 year ago

vite-plugin-livescript v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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,
			const: false,
			header: false,
			json: false,
			warn: false,
		})
	]
});

Options

Please refer to the LiveScript documentation for available options.

License

This work is licensed under The MIT License.

2.0.0

1 year ago

1.0.0

2 years ago

0.1.0

2 years ago