@contactlab/babelrc
v5.0.2
Published
Contactlab official (extendible) Babel configuration
Downloads
24
Readme
@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.