Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Commit 7f971d5

Browse files
committed
Disable typescript plugin as well
1 parent 97694b4 commit 7f971d5

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
@@ -92,7 +92,7 @@ const supports = {
9292

9393
const plugins = [
9494
'jsx',
95-
'typescript',
95+
// 'typescript',
9696
'objectRestSpread',
9797
// ['decorators', { decoratorsBeforeExport: false }],
9898
'classProperties',

0 commit comments

Comments
 (0)