https://github.com/contactlab/babelrc
Contactlab official (extendible) Babel configuration
https://github.com/contactlab/babelrc
babel babelrc configuration
Last synced: 5 months ago
JSON representation
Contactlab official (extendible) Babel configuration
- Host: GitHub
- URL: https://github.com/contactlab/babelrc
- Owner: contactlab
- License: apache-2.0
- Created: 2018-02-02T13:53:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-30T18:14:38.000Z (11 months ago)
- Last Synced: 2025-08-08T14:52:13.063Z (11 months ago)
- Topics: babel, babelrc, configuration
- Homepage:
- Size: 424 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @contactlab/babelrc
Contactlab Frontend Team official (extendible) Babel configuration.
## Usage
```sh
$ npm install -D @contactlab/babelrc
# or
$ yarn add -D @contactlab/babelrc
```
In **package.json**:
```json
{
"babel": {
"extends": "@contactlab/babelrc",
"presets": ["..."],
"plugins": ["..."]
}
}
```
or in **.babelrc**:
```json
{
"extends": "@contactlab/babelrc",
"presets": ["..."],
"plugins": ["..."]
}
```
## Reference
`extends` option in [Babel CLI / .babelrc](https://babeljs.io/docs/en/options#extends).
## License
Released under the [Apache 2.0](LICENSE) license.