diff options
author | 2023-08-18 17:08:18 -0400 | |
---|---|---|
committer | 2023-08-18 17:08:18 -0400 | |
commit | 531cc3e490bc3bc1b896eeaec05664571df5bb24 (patch) | |
tree | 8ef2019a0b505a35721bbae5c4846e459d47b9f9 /packages/integrations/react | |
parent | 4c15c069691ca25efcb9ebb7d9b45605cd136ed3 (diff) | |
download | astro-531cc3e490bc3bc1b896eeaec05664571df5bb24.tar.gz astro-531cc3e490bc3bc1b896eeaec05664571df5bb24.tar.zst astro-531cc3e490bc3bc1b896eeaec05664571df5bb24.zip |
Fix missing package file regression (#8149)
Diffstat (limited to 'packages/integrations/react')
-rw-r--r-- | packages/integrations/react/package.json | 3 |
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", |