Skip to content

Commit

Permalink
[update] browser distribution and target
Browse files Browse the repository at this point in the history
  • Loading branch information
calvintwr committed May 31, 2020
1 parent 5ded773 commit 5c9d812
Show file tree
Hide file tree
Showing 9 changed files with 1,963 additions and 5,090 deletions.
10 changes: 10 additions & 0 deletions .dist.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"presets": [
["@babel/env", {
"targets": {
"browsers": ["> 1%", "last 2 versions"]
}
}]
],
"sourceMaps": "inline"
}

0 comments on commit 5c9d812

Please sign in to comment.