From c82e6beee96c6818450195e4fb5300bef8a517b7 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Wed, 21 Jul 2021 22:16:23 -0500 Subject: [PATCH] fix: unfound snowpack-plugin-jsx.cjs error (#809) --- .changeset/silver-goats-repeat.md | 5 +++++ packages/astro/package.json | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/silver-goats-repeat.md 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" ],