We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a703c3f commit b12d007Copy full SHA for b12d007
.codesandbox/ci.json
@@ -1,6 +1,6 @@
1
{
2
"packages": ["packages/react", "packages/react-dom", "packages/scheduler"],
3
- "buildCommand": "build --type=NODE react/index,react-dom/index,react-dom/server,react-dom/test-utils,scheduler/index,scheduler/unstable_no_dom,scheduler/tracing",
+ "buildCommand": "build --type=NODE react/index,react-dom/index,react-dom/server,react-dom/test-utils,scheduler/index,scheduler/unstable_no_dom,scheduler/tracing,react/jsx-runtime,react/jsx-dev-runtime",
4
"publishDirectory": {
5
"react": "build/node_modules/react",
6
"react-dom": "build/node_modules/react-dom",
0 commit comments