New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

parcel-plugin-surplus

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parcel-plugin-surplus

> A parcel plugin to compile your [Surplus](https://github.com/adamhaile/surplus) JSX views.

latest
Source
npmnpm
Version
1.3.0
Version published
Maintainers
1
Created
Source

Parcel Surplus Plugin

A parcel plugin to compile your Surplus JSX views.

Build Status JavaScript Style Guide

Usage

$ npm install --save-dev parcel-plugin-surplus

example

For TypeScript users

To work with TypeScript it's necessary to add in your tsconfig.json the jsxFactory prop:

{
  "compilerOptions": {
    ...
    "jsx": "preserve",
    "jsxFactory": "Surplus",
  }
}

Keywords

parcel

FAQs

Package last updated on 03 Jun 2019

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