Skip to content

Commit 97694b4

Browse files
committed
Remove babel plugin decorators. See stylelint#161
1 parent 7877e73 commit 97694b4

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: false }],
9898
'classProperties',
9999
'exportExtensions',
100100
'asyncGenerators',

0 commit comments

Comments
 (0)