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
- Host: GitHub
- URL: https://github.com/mdxprograms/jspm-react-babel
- Owner: mdxprograms
- Created: 2016-04-27T16:40:54.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-14T23:54:01.000Z (over 9 years ago)
- Last Synced: 2025-01-04T06:41:51.314Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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": []
},
```