Skip to content

Commit 269edb8

Browse files
authored
Add jsx-runtime.react-server.js to file allowlist (#28301)
#28217 doesn't work without this since it's not included in the files list. See wakujs/waku#467 (comment). This should fix that.
1 parent 35b2c28 commit 269edb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"cjs/",
1616
"umd/",
1717
"jsx-runtime.js",
18+
"jsx-runtime.react-server.js",
1819
"jsx-dev-runtime.js",
1920
"react.react-server.js"
2021
],

0 commit comments

Comments
 (0)