Skip to content

Commit 732f8ba

Browse files
authored
Allow babel decoratorsBeforeExport
1 parent 3e8bf74 commit 732f8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extract.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const plugins = [
9494
'jsx',
9595
'typescript',
9696
'objectRestSpread',
97-
['decorators', { decoratorsBeforeExport: false }],
97+
['decorators', { decoratorsBeforeExport: true }],
9898
'classProperties',
9999
'exportExtensions',
100100
'asyncGenerators',

0 commit comments

Comments
 (0)