Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
Build to es5 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
wswoodruff committed Oct 30, 2017
1 parent f40a417 commit b3c24c8
Show file tree
Hide file tree
Showing 14 changed files with 2,389 additions and 843 deletions.
10 changes: 10 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"presets": [
"es2015",
"react",
"stage-0"
],
"plugins": [
"transform-runtime"
]
}
Loading

0 comments on commit b3c24c8

Please sign in to comment.