Skip to content

Contactlab official (extendible) Babel configuration

License

Notifications You must be signed in to change notification settings

contactlab/babelrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@contactlab/babelrc

Contactlab Frontend Team official (extendible) Babel configuration.

Usage

$ npm install -D @contactlab/babelrc

# or

$ yarn add -D @contactlab/babelrc

In package.json:

{
  "babel": {
    "extends": "@contactlab/babelrc",
    "presets": ["..."],
    "plugins": ["..."]
  }
}

or in .babelrc:

{
  "extends": "@contactlab/babelrc",
  "presets": ["..."],
  "plugins": ["..."]
}

Reference

extends option in Babel CLI / .babelrc.

License

Released under the Apache 2.0 license.