Skip to content

Commit

Permalink
fix(babel): fix decorator error with new version of babel
Browse files Browse the repository at this point in the history
  • Loading branch information
fsx950223 committed May 4, 2018
1 parent 1fed8e7 commit 2fe804b
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 2fe804b

Please sign in to comment.