fix: remove ./dist/jsx/* exports (#8030)
This commit is contained in:
parent
19f9edf977
commit
5208a3c8fe
2 changed files with 5 additions and 1 deletions
5
.changeset/quick-boats-bow.md
Normal file
5
.changeset/quick-boats-bow.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': major
|
||||
---
|
||||
|
||||
Removed duplicate `astro/dist/jsx` export. Please use the `astro/jsx` export instead
|
|
@ -64,7 +64,6 @@
|
|||
"./package.json": "./package.json",
|
||||
"./runtime/*": "./dist/runtime/*",
|
||||
"./server/*": "./dist/runtime/server/*",
|
||||
"./dist/jsx/*": "./dist/jsx/*",
|
||||
"./zod": {
|
||||
"types": "./zod.d.ts",
|
||||
"default": "./zod.mjs"
|
||||
|
|
Loading…
Reference in a new issue