Skip to content

Commit bd37a65

Browse files
zthcknitt
authored andcommittedJan 30, 2024
adapt build schema to new generic JSX transform (#6588)
1 parent d206b2d commit bd37a65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎docs/docson/build-schema.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,7 @@
323323
},
324324
"module": {
325325
"type": "string",
326-
"enum": ["react"],
327-
"description": "JSX module, currently only support the React."
326+
"description": "JSX module. Either \"react\" for React, or (since v11.1) any valid module name to apply a generic JSX transform."
328327
},
329328
"mode": {
330329
"type": "string",

0 commit comments

Comments
 (0)