Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jpantunes committed Jul 8, 2018
1 parent a6acba6 commit d0db199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .babelrc
@@ -1,5 +1,5 @@
{
"presets": ["@babel/preset-es2015",
["@babel/preset-stage-1", { "decoratorsLegacy": true }]
["@babel/preset-stage-1", { "decoratorsLegacy": true, "pipelineProposal": "minimal" }]
]
}
}

0 comments on commit d0db199

Please sign in to comment.