little-red-snapper-plugin
v0.5.3
Published
Experimental object-oriented Angular 1.5+ written in a similar style of Angular2 using decorators and ES6 classes
Downloads
8
Maintainers
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"
]
}