Skip to content

Commit 402d52d

Browse files
authored
Update extract.js
1 parent 67f2c24 commit 402d52d

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-
['@babel/plugin-proposal-decorators', { decoratorsBeforeExport: true }],
97+
['decorators', { decoratorsBeforeExport: true }],
9898
'classProperties',
9999
'exportExtensions',
100100
'asyncGenerators',

0 commit comments

Comments
 (0)