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

https://github.com/mdxprograms/jspm-react-babel

demo, practice, and work in progress using jspm + react + babel
https://github.com/mdxprograms/jspm-react-babel

Last synced: about 1 year ago
JSON representation

demo, practice, and work in progress using jspm + react + babel

Awesome Lists containing this project

README

          

# jspm + react + babel demo

## things to note

In ```config.js```, in order to use react you'll have to have ```"blacklist": []``` added to babelOptions:
```
babelOptions: {
"optional": [
"runtime",
"optimisation.modules.system"
],
"blacklist": []
},
```