Skip to content

Coffeescript plugin for Vite that generates version 3 source maps

License

Notifications You must be signed in to change notification settings

kochelmonster/vite-plugin-coffee3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Coffeescript plugin for Vite that generates version 3 source maps

Resources

License

Stars

Watchers

Forks

Packages

No packages published