1.0.1 • Published 1 year ago

vite-plugin-coffee3 v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

vite-plugin-coffee3

Coffeescript plugin for Vite that generates version 3 source maps

There is a an existing vite-plugin, but the source maps generated by this plugin are not used by modern vite. This plugin solves the issue.

Usage

// vite.config.js
import { defineConfig } from "vite";
import coffee from "vite-plugin-coffee3";

export default defineConfig({
  plugins: [
    coffee(),
  ],
});

Installation

npm install --save-dev vite-plugin-coffee3
1.0.1

1 year ago

1.0.0

1 year ago