Skip to content

Commit

Permalink
Fix babel-core dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro Navarro committed Jun 24, 2019
1 parent a17b755 commit 0b6bfe7
Show file tree
Hide file tree
Showing 3 changed files with 616 additions and 2,103 deletions.
8 changes: 2 additions & 6 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"presets":
["@babel/preset-env"]
,
"plugins": [
"add-module-exports"
]
"presets": ["@babel/preset-env"],
"plugins": ["add-module-exports"]
}
Loading

0 comments on commit 0b6bfe7

Please sign in to comment.