README
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"
]
}