Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

snowpack-plugin-coffeescript

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snowpack-plugin-coffeescript

[npm]: https://img.shields.io/npm/v/snowpack-plugin-coffeescript [npm-url]: https://www.npmjs.com/package/snowpack-plugin-coffeescript [size]: https://packagephobia.now.sh/badge?p=snowpack-plugin-coffeescript [size-url]: https://packagephobia.now.sh/resul

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
5
25%
Maintainers
1
Weekly downloads
 
Created
Source

npm size libera manifesto

snowpack-plugin-coffeescript

Snowpack plugin the compiles CoffeeScript2 into ES5 JavaScript.

Requirements

This plugin requires an LTS Node version (v8.0.0+) and Snowpack v2.0.0+.

Install

Using npm:

npm install --save-dev snowpack-plugin-coffeescript

Usage

Create a snowpack.config.js configuration file and insert the 'snowpack-plugin-coffeescript' with the plugin property's array.

const dsv = require('snowpack-plugin-coffeescript');

module.exports = {
  mount: {
    public: { url: '/', static: true },
    src: { url: '/dist' },
  },
  plugins: ['snowpack-plugin-coffeescript'],
};

Meta

LICENSE (MIT)

FAQs

Package last updated on 25 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts