Skip to content

Commit

Permalink
Merge pull request apertureless#354 from fsx950223/develop
Browse files Browse the repository at this point in the history
fix(babel): fix decorator error in new version of babel
  • Loading branch information
apertureless authored May 25, 2018
2 parents 1fed8e7 + 2fe804b commit 39e554b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
]
}
}],
"@babel/stage-2"
["@babel/stage-2",{"decoratorsLegacy":true}]
],
"comments": false
}

0 comments on commit 39e554b

Please sign in to comment.