summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2023-08-18 17:08:18 -0400
committerGravatar GitHub <noreply@github.com> 2023-08-18 17:08:18 -0400
commit531cc3e490bc3bc1b896eeaec05664571df5bb24 (patch)
tree8ef2019a0b505a35721bbae5c4846e459d47b9f9
parent4c15c069691ca25efcb9ebb7d9b45605cd136ed3 (diff)
downloadastro-531cc3e490bc3bc1b896eeaec05664571df5bb24.tar.gz
astro-531cc3e490bc3bc1b896eeaec05664571df5bb24.tar.zst
astro-531cc3e490bc3bc1b896eeaec05664571df5bb24.zip
Fix missing package file regression (#8149)
-rw-r--r--.changeset/early-owls-attend.md5
-rw-r--r--packages/integrations/react/package.json3
2 files changed, 7 insertions, 1 deletions
diff --git a/.changeset/early-owls-attend.md b/.changeset/early-owls-attend.md
new file mode 100644
index 000000000..a6069ad66
--- /dev/null
+++ b/.changeset/early-owls-attend.md
@@ -0,0 +1,5 @@
+---
+'@astrojs/react': patch
+---
+
+Fix missing package file regression
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",