diff options
author | 2023-08-25 23:28:23 +0800 | |
---|---|---|
committer | 2023-08-25 23:28:23 +0800 | |
commit | 4bd2fac8da4efb7c532d8920077df1f61d6e1953 (patch) | |
tree | f0b49f303cee7ea3a891d8a6d759e4b6f2a23410 | |
parent | 44f7a28728c56c04ac377b6e917329f324874043 (diff) | |
download | astro-4bd2fac8da4efb7c532d8920077df1f61d6e1953.tar.gz astro-4bd2fac8da4efb7c532d8920077df1f61d6e1953.tar.zst astro-4bd2fac8da4efb7c532d8920077df1f61d6e1953.zip |
Publish missing react vnode-children.js file (#8228)
Diffstat (limited to '')
-rw-r--r-- | .changeset/fresh-shrimps-happen.md | 5 | ||||
-rw-r--r-- | packages/integrations/react/package.json | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/.changeset/fresh-shrimps-happen.md b/.changeset/fresh-shrimps-happen.md new file mode 100644 index 000000000..deb4f5c94 --- /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 14a8a7745..46c6c65cb 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", |