We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f4b2f commit dbed370Copy full SHA for dbed370
docs/docson/build-schema.json
@@ -311,10 +311,9 @@
311
"type": "string",
312
"description": "JSX module. Either \"react\" for React, or (since v11.1) any valid module name to apply a generic JSX transform."
313
},
314
- "mode": {
315
- "type": "string",
316
- "enum": ["classic", "automatic"],
317
- "description": "JSX transformation mode"
+ "preserve": {
+ "type": "boolean",
+ "description": "Whether to preserve the JSX in the output. Requires `version` to be set."
318
}
319
320
"additionalProperties": false
0 commit comments