Skip to content

Commit 5208a3c

Browse files
authored
fix: remove ./dist/jsx/* exports (#8030)
1 parent 19f9edf commit 5208a3c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/quick-boats-bow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'astro': major
3+
---
4+
5+
Removed duplicate `astro/dist/jsx` export. Please use the `astro/jsx` export instead

packages/astro/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
"./package.json": "./package.json",
6565
"./runtime/*": "./dist/runtime/*",
6666
"./server/*": "./dist/runtime/server/*",
67-
"./dist/jsx/*": "./dist/jsx/*",
6867
"./zod": {
6968
"types": "./zod.d.ts",
7069
"default": "./zod.mjs"

0 commit comments

Comments
 (0)