aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Bjorn Lu <bjornlu.dev@gmail.com> 2023-01-17 23:12:08 +0800
committerGravatar GitHub <noreply@github.com> 2023-01-17 23:12:08 +0800
commit1ca81c16b8b66236e092e6eb6ec3f73f5668421c (patch)
treecd1078cb6c83622135cc919da4a02b06c8d807d0
parent1bd42c6b2a072210411cffb42dcc80170b9a618b (diff)
downloadastro-1ca81c16b8b66236e092e6eb6ec3f73f5668421c.tar.gz
astro-1ca81c16b8b66236e092e6eb6ec3f73f5668421c.tar.zst
astro-1ca81c16b8b66236e092e6eb6ec3f73f5668421c.zip
Remove unused exports (#5862)
-rw-r--r--.changeset/wicked-clouds-obey.md5
-rw-r--r--packages/astro/package.json10
2 files changed, 5 insertions, 10 deletions
diff --git a/.changeset/wicked-clouds-obey.md b/.changeset/wicked-clouds-obey.md
new file mode 100644
index 000000000..00086b42a
--- /dev/null
+++ b/.changeset/wicked-clouds-obey.md
@@ -0,0 +1,5 @@
+---
+'astro': major
+---
+
+Remove unused exports
diff --git a/packages/astro/package.json b/packages/astro/package.json
index afcae5bfe..91aa78c50 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -53,16 +53,6 @@
"./package.json": "./package.json",
"./runtime/*": "./dist/runtime/*",
"./server/*": "./dist/runtime/server/*",
- "./vite-plugin-astro": "./dist/vite-plugin-astro/index.js",
- "./vite-plugin-astro/*": "./dist/vite-plugin-astro/*",
- "./vite-plugin-astro-postprocess": "./dist/vite-plugin-astro-postprocess/index.js",
- "./vite-plugin-astro-postprocess/*": "./dist/vite-plugin-astro-postprocess/*",
- "./vite-plugin-jsx/*": "./dist/vite-plugin-jsx/*",
- "./vite-plugin-jsx": "./dist/vite-plugin-jsx/index.js",
- "./vite-plugin-markdown-legacy": "./dist/vite-plugin-markdown-legacy/index.js",
- "./vite-plugin-markdown-legacy/*": "./dist/vite-plugin-markdown-legacy/*",
- "./vite-plugin-markdown": "./dist/vite-plugin-markdown/index.js",
- "./vite-plugin-markdown/*": "./dist/vite-plugin-markdown/*",
"./dist/jsx/*": "./dist/jsx/*",
"./zod": {
"types": "./zod.d.ts",