diff --git a/.changeset/fresh-shrimps-happen.md b/.changeset/fresh-shrimps-happen.md new file mode 100644 index 000000000000..deb4f5c94112 --- /dev/null +++ b/.changeset/fresh-shrimps-happen.md @@ -0,0 +1,5 @@ +--- +"@astrojs/react": patch +--- + +Publish missing `vnode-children.js` file 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",