2.0.0 • Published 7 years ago

babel-preset-lmn v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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 to development|production
  • Setting BABEL_TARGET to browser|node
  • Including a .browserlistrc file in your project