Skip to content

Commit

Permalink
Use Babel to transpile the client bundle to be compatible with old br…
Browse files Browse the repository at this point in the history
…owsers (tested with iOS 9) (#4932)
  • Loading branch information
sulkaharo authored Sep 17, 2019
1 parent db6520f commit 8ce6e24
Show file tree
Hide file tree
Showing 4 changed files with 1,481 additions and 104 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["@babel/preset-env"]
}
Loading

0 comments on commit 8ce6e24

Please sign in to comment.