babel-preset-lmn

v2.0.0
A babel preset for transforming JavaScript at Lost My Name

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
npm i babel-preset-lmn

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 9/29/2017

Downloads