Skip to content

Commit

Permalink
rollup.config & unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Oct 28, 2017
1 parent cf0073d commit b181b1e
Show file tree
Hide file tree
Showing 5 changed files with 394 additions and 147 deletions.
20 changes: 20 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"plugins": [
"typecheck",
"syntax-flow",
"transform-flow-strip-types",
"transform-regenerator"
],
"env": {
"development":{
"presets": [
"es2015-rollup"
]
},
"test": {
"presets": [
"es2015"
]
}
}
}
Loading

0 comments on commit b181b1e

Please sign in to comment.