Skip to content

Commit

Permalink
Add "decoratorsBeforeExport" option when specifying decorators plugin (
Browse files Browse the repository at this point in the history
  • Loading branch information
skevy authored and fkling committed Sep 13, 2018
1 parent ca2d538 commit 9dab028
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ export default {
'asyncGenerators',
'classPrivateProperties',
'classProperties',
'decorators',
['decorators', { decoratorsBeforeExport: false }],
'doExpressions',
'exportExtensions',
'flow',
Expand Down

0 comments on commit 9dab028

Please sign in to comment.