From 1291fc6ced6d0f65fe21cf651b228ea76b18883c Mon Sep 17 00:00:00 2001 From: bluwy Date: Fri, 25 Aug 2023 22:31:54 +0800 Subject: [PATCH] Publish react vnode-children.js file --- packages/integrations/react/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 14a8a7745f18..46c6c65cb7ff 100644 --- a/packages/integrations/react/package.json +++ b/packages/integrations/react/package.json @@ -36,7 +36,8 @@ "jsx-runtime.js", "server.js", "server-v17.js", - "static-html.js" + "static-html.js", + "vnode-children.js" ], "scripts": { "build": "astro-scripts build \"src/**/*.ts\" && tsc",