@samitouri / QOS-React / commits / 269edb88b2

Add jsx-runtime.react-server.js to file allowlist (#28301)

https://github.com/facebook/react/pull/28217 doesn't work without this since it's not included in the files list. See https://github.com/dai-shi/waku/pull/467#issuecomment-1936965080. This should fix that.

dan committed Feb 11, 2024 at 03:19 UTC 269edb88b28b7394335fb504d9924acd35d4ef38
1 file changed +1
packages/react/package.json
+1
@@ -15,6 +15,7 @@
15 "cjs/",
16 "umd/",
17 "jsx-runtime.js",
18 + "jsx-runtime.react-server.js",
19 "jsx-dev-runtime.js",
20 "react.react-server.js"
21 ],