Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jan 4, 2022
1 parent 3303fcc commit 97ad93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type SupportedBabelOptions = Exclude<
| 'root'
| 'sourceFileName'
| 'sourceMaps'
| 'inlineSourceMap'
| 'inputSourceMap'
>

type ReactBabelOptions = {
Expand Down

0 comments on commit 97ad93b

Please sign in to comment.