Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/babel/babel-configuration-examples

WIP
https://github.com/babel/babel-configuration-examples

Last synced: 3 months ago
JSON representation

WIP

Awesome Lists containing this project

README

        

# Babel configuration examples

Configuring Babel can be hard, especially when you want to compile a package from another package, a specific dependency or all of them, or when you have shared files accross different packages.

This repository contains different examples to cover all those usecase: if you don't think that we are showing your current setup, please open a PR or an issue!

To run a specific example, run the following commands:
```
cd 00-example-folder-you-want-to-test
npm i
npm start
```

Before checking the examples, it is strongly reccomended to read our documentation: [Config Files](https://babeljs.io/docs/en/config-files), [Config Loading options](https://babeljs.io/docs/en/options#config-loading-options) and [Config Merging options](https://babeljs.io/docs/en/options#config-merging-options).