@contactlab/babelrc

5.0.2 • Public • Published

@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.

Package Sidebar

Install

npm i @contactlab/babelrc

Weekly Downloads

5

Version

5.0.2

License

Apache-2.0

Unpacked Size

13.6 kB

Total Files

4

Last publish

Collaborators

  • contactlab-developer
  • gabdevx
  • stefano_magrassi