Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/babel/babel-configuration-examples
WIP
https://github.com/babel/babel-configuration-examples
Last synced: 3 months ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/babel/babel-configuration-examples
- Owner: babel
- License: mit
- Created: 2019-02-13T16:21:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T19:26:15.000Z (almost 6 years ago)
- Last Synced: 2024-04-14T02:34:15.766Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 175 KB
- Stars: 18
- Watchers: 8
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).