Skip to content
This repository has been archived by the owner on Aug 5, 2018. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann Behr committed Jul 27, 2018
1 parent 3fc0ea7 commit dccea25
Show file tree
Hide file tree
Showing 9 changed files with 9,974 additions and 8,416 deletions.
26 changes: 23 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
{
"presets": [
[ "env", {"modules": false} ],
"stage-2"
[
"@babel/preset-env", {
"modules": false,
"loose": false,
"useBuiltIns": "usage"
}
],
[
"@babel/preset-stage-2", {
"modules": false,
"loose": false,
"useBuiltIns": true,
"decoratorsLegacy": true
}
]
],
"plugins": [
[
"@babel/transform-runtime", {
"polyfill": false,
"regenerator": false
}
]
],
"plugins": ["transform-runtime"],
"comments": false
}
Loading

0 comments on commit dccea25

Please sign in to comment.