Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathantneal committed Feb 25, 2019
1 parent 7039a99 commit 9aad10f
Show file tree
Hide file tree
Showing 3 changed files with 416 additions and 213 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"presets": [
["@babel/preset-env", { "loose": true }]
["@babel/preset-env", { "loose": true, "useBuiltIns": "entry" }]
],
"plugins": [
"@babel/proposal-class-properties",
["@babel/proposal-class-properties", { "loose": true }],
"add-module-exports"
],
"env": {
Expand Down
Loading

0 comments on commit 9aad10f

Please sign in to comment.