summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/silver-goats-repeat.md5
-rw-r--r--packages/astro/package.json1
2 files changed, 6 insertions, 0 deletions
diff --git a/.changeset/silver-goats-repeat.md b/.changeset/silver-goats-repeat.md
new file mode 100644
index 000000000..6d0be7c42
--- /dev/null
+++ b/.changeset/silver-goats-repeat.md
@@ -0,0 +1,5 @@
+---
+'astro': patch
+---
+
+Fix unfound ./snowpack-plugin-jsx.cjs error
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 8643189f0..652f83c0a 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -31,6 +31,7 @@
"files": [
"components",
"dist",
+ "snowpack-plugin-jsx.cjs",
"snowpack-plugin.cjs",
"astro.mjs"
],