Skip to content

Commit 576e05c

Browse files
committedNov 17, 2021
bundle react and import-jsx
not sure why, but this is confusing npm/cli otherwise
1 parent c26e72c commit 576e05c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@
116116
"bundleDependencies": [
117117
"ink",
118118
"treport",
119-
"@types/react"
119+
"@types/react",
120+
"import-jsx",
121+
"react"
120122
],
121123
"funding": {
122124
"url": "https://github.com/sponsors/isaacs"

0 commit comments

Comments
 (0)
Please sign in to comment.