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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    4
  • 1.0.0
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i vite-plugin-livescript

Weekly Downloads

4

Version

2.0.0

License

MIT

Unpacked Size

8.37 kB

Total Files

7

Last publish

Collaborators

  • idleberg