Skip to content

Commit

Permalink
Fix streamline animation regression (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Sep 14, 2020
1 parent ce39803 commit 366143e
Show file tree
Hide file tree
Showing 5 changed files with 1,442 additions and 46 deletions.
15 changes: 15 additions & 0 deletions .babelrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"presets": [
["@babel/preset-env",
{
"targets": {
"esmodules": true
}
}] ,
"@babel/preset-react",
"@babel/preset-typescript"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}
Loading

0 comments on commit 366143e

Please sign in to comment.