2.0.0 • Published 8 years ago
babel-preset-lmn v2.0.0
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_ENVtodevelopment|production - Setting
BABEL_TARGETtobrowser|node - Including a
.browserlistrcfile in your project