Skip to content

A babel preset containing all of the plugins required by Lux.

License

Notifications You must be signed in to change notification settings

postlight/babel-preset-lux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babel-preset-lux

A babel preset containing all of the plugins required by Lux.

Install

npm install --save-dev babel-preset-lux

Usage

Via .babelrc (Recommended)

.babelrc

{
  "presets": ["lux"]
}

Via CLI

babel script.js --presets lux

Via Node API

require('babel-core').transform('code', {
  presets: ['lux']
});

About

A babel preset containing all of the plugins required by Lux.

Resources

License

Stars

Watchers

Forks

Packages

No packages published