diff options
author | 2022-03-24 12:28:50 -0400 | |
---|---|---|
committer | 2022-03-24 12:28:50 -0400 | |
commit | 098f6f6b06396441c576dc689d8552629ef260e1 (patch) | |
tree | 805e44fe3fe8353ee58b774a236d9dac12b85653 /.changeset | |
parent | 003df32122eeae331062473495268baa3db9a9cc (diff) | |
download | astro-098f6f6b06396441c576dc689d8552629ef260e1.tar.gz astro-098f6f6b06396441c576dc689d8552629ef260e1.tar.zst astro-098f6f6b06396441c576dc689d8552629ef260e1.zip |
Fix: `is self accepting` pt 2 module graph boogaloo (#2872)
* fix: isSelfAccepting Preact error
* refactor: add .js ext to preact entrypoints for consistency
* chore: changeset
* fix: remove ./client and ./server from preact pkg exp
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/wise-garlics-bathe.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.changeset/wise-garlics-bathe.md b/.changeset/wise-garlics-bathe.md new file mode 100644 index 000000000..1f041ca25 --- /dev/null +++ b/.changeset/wise-garlics-bathe.md @@ -0,0 +1,6 @@ +--- +'astro': patch +'@astrojs/preact': patch +--- + +Fix `isSelfAccepting` errors when using the Preact integration with the Astro dev server |