Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.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

Source
npmnpm
Version
0.0.0
Version published
Maintainers
1
Created
Source

npm size libera manifesto

snowpack-plugin-coffeescript

Snowpack plugin

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

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 24 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