little-red-snapper-plugin

0.5.3 • Public • Published

Little Red Snapper

This is the babel6+ plugin which is the primary plugin for the babel preset little-red-snapper-preset for use with Little Red Snapper.

If you wish to install this without the preset, install:

npm install little-red-snapper-plugin --save
npm install babel-preset-es2015 --save
npm install babel-plugin-transform-decorators-legacy --save
npm install babel-plugin-transform-es2015-classes --save

Usage

{
  "presets": ["es2015"],
  "plugins": [
    "external-helpers",
    "little-red-snapper-plugin",
    "transform-decorators-legacy",
    "transform-es2015-classes"
  ]
}

Package Sidebar

Install

npm i little-red-snapper-plugin

Weekly Downloads

2

Version

0.5.3

License

ISC

Last publish

Collaborators

  • fugwenna