Skip to content

Commit 1c3a093

Browse files
authored
- removing extra options from babel plugin example
#108
1 parent 6053494 commit 1c3a093

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ import { DEFAULT_EXTENSIONS } from '@babel/core';
8080
...DEFAULT_EXTENSIONS,
8181
'ts',
8282
'tsx'
83-
],
84-
runtimeHelpers: true
83+
]
8584
}),
8685
...
8786
```

0 commit comments

Comments
 (0)