vite-plugin-livescript
v2.0.0
Published
A Vite plugin for your LiveScript projects
Downloads
17
Readme
vite-plugin-livescript
A Vite plugin for your LiveScript projects
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.