diff --git a/docs/generated/packages/js.json b/docs/generated/packages/js.json index 8f5a5c9867cf9..9a352a5fa6f9d 100644 --- a/docs/generated/packages/js.json +++ b/docs/generated/packages/js.json @@ -122,6 +122,7 @@ }, "bundler": { "description": "The bundler to use.", + "type": "string", "enum": ["none", "esbuild", "rollup", "webpack"], "default": "none" }, diff --git a/docs/generated/packages/react.json b/docs/generated/packages/react.json index 66edd8e954cdd..8375d1592c1df 100644 --- a/docs/generated/packages/react.json +++ b/docs/generated/packages/react.json @@ -242,6 +242,7 @@ }, "bundler": { "description": "The bundler to use.", + "type": "string", "enum": ["vite", "webpack"], "x-prompt": "Which bundler do you want to use?", "default": "webpack" diff --git a/packages/js/src/generators/library/schema.json b/packages/js/src/generators/library/schema.json index 69f465b397ab9..cd5eae883c6ed 100644 --- a/packages/js/src/generators/library/schema.json +++ b/packages/js/src/generators/library/schema.json @@ -105,6 +105,7 @@ }, "bundler": { "description": "The bundler to use.", + "type": "string", "enum": ["none", "esbuild", "rollup", "webpack"], "default": "none" }, diff --git a/packages/react/src/generators/application/schema.json b/packages/react/src/generators/application/schema.json index 040af31521bd6..dc0ff922fdd63 100644 --- a/packages/react/src/generators/application/schema.json +++ b/packages/react/src/generators/application/schema.json @@ -183,6 +183,7 @@ }, "bundler": { "description": "The bundler to use.", + "type": "string", "enum": ["vite", "webpack"], "x-prompt": "Which bundler do you want to use?", "default": "webpack"