vite-plugin-livescript
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i vite-plugin-livescript

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

8.37 kB

Total Files

7

Last publish

Collaborators

  • idleberg