Skip to content

Commit 19ff7e5

Browse files
nathfNoviny
authored andcommitted
Enable decorators plugin (#27)
1 parent 6999129 commit 19ff7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ function extractReactTypes(
13441344
filename /*:? string */,
13451345
resolveOptions /*:? Object */
13461346
) {
1347-
let plugins = ['jsx'];
1347+
let plugins = ['jsx', 'decorators'];
13481348
if (!resolveOptions) resolveOptions = {};
13491349

13501350
if (!resolveOptions.extensions) {

0 commit comments

Comments
 (0)