babel-preset-lmn
v2.0.0
Published
A babel preset for transforming JavaScript at Lost My Name
Downloads
11
Readme
babel-preset-lmn
Contains the complete set of plugins and presets for Wonderbly projects.
Installation
npm install babel-preset-lmn --save-dev
Usage
Add the a .babelrc
file containing:
{
"presets": ["lmn"]
}
Builds can be target by:
- Setting
BABEL_ENV
todevelopment|production
- Setting
BABEL_TARGET
tobrowser|node
- Including a
.browserlistrc
file in your project