https://github.com/lightsofapollo/silk-babel-run-example
Quick example usage of how we use silk-babel-run to simplify setup.
https://github.com/lightsofapollo/silk-babel-run-example
Last synced: 11 months ago
JSON representation
Quick example usage of how we use silk-babel-run to simplify setup.
- Host: GitHub
- URL: https://github.com/lightsofapollo/silk-babel-run-example
- Owner: lightsofapollo
- Created: 2016-06-08T05:05:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-08T05:12:31.000Z (about 10 years ago)
- Last Synced: 2024-12-27T15:12:42.742Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example
[](https://travis-ci.org/lightsofapollo/silk-babel-run-example)
Quick example usage of using silk-babel-run... We use this internally
within our silk projects but now can also be dropped in for open source
usage...
## What does it do?
Provides built in hooks for instantly running our babel preset +
register ... The register logic is smart in that you can run multiple
silk-babel-run/register calls across multiple modules without hitting
performance problems by loading babel N times.
This also contains mocha helps (see test/mocha.opts) for setting up
babel+mocha.