Skip to content

Commit

Permalink
Updates babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
sgobotta committed Apr 2, 2019
1 parent 667cf06 commit f9af3d6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"presets": ["es2015"]
"presets": [
[
"@babel/preset-env"
]
],
"plugins": [
"transform-es2015-modules-commonjs"
]
}

0 comments on commit f9af3d6

Please sign in to comment.