From 16ec06c7100f82553a146dca4f87cf30751da4cb Mon Sep 17 00:00:00 2001 From: Gabriel Nordeborn Date: Mon, 29 Jan 2024 12:42:51 +0100 Subject: [PATCH] adapt build schema to new generic JSX transform --- docs/docson/build-schema.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docson/build-schema.json b/docs/docson/build-schema.json index cc930c2bde..4c7a9a431a 100644 --- a/docs/docson/build-schema.json +++ b/docs/docson/build-schema.json @@ -323,8 +323,7 @@ }, "module": { "type": "string", - "enum": ["react"], - "description": "JSX module, currently only support the React." + "description": "JSX module. Either \"react\" for React, or (since v11.1) any valid module name to apply a generic JSX transform." }, "mode": { "type": "string",