Skip to content

Commit

Permalink
Fixed merge with latest master package versions- 1205
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Tobias authored and Aaron Tobias committed Sep 18, 2019
1 parent 277861a commit 7205d6d
Show file tree
Hide file tree
Showing 3 changed files with 913 additions and 4,264 deletions.
14 changes: 8 additions & 6 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"presets": [
"@babel/react",
"@babel/env"
],
"plugins": ["@babel/plugin-transform-object-assign", "@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-proposal-class-properties", "babel-plugin-array-includes","@babel/plugin-transform-async-to-generator"]
"presets": ["@babel/react", "@babel/env", "@babel/es2015"],
"plugins": [
"@babel/plugin-transform-object-assign",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-proposal-class-properties",
"babel-plugin-array-includes",
"@babel/plugin-transform-async-to-generator"
]
}
Loading

0 comments on commit 7205d6d

Please sign in to comment.