summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/react')
-rw-r--r--packages/integrations/react/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index bc1256947..b9313626d 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -37,7 +37,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",