-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement hydrated components in the static build #2260
Conversation
|
✔️ Deploy Preview for astro-www ready! 🔨 Explore the source changes: c8c3e8d 🔍 Inspect the deploy log: https://app.netlify.com/sites/astro-www/deploys/61cb47fbf4c4c200074ab42f 😎 Browse the preview: https://deploy-preview-2260--astro-www.netlify.app |
✔️ Deploy Preview for astro-docs-2 ready! 🔨 Explore the source changes: c8c3e8d 🔍 Inspect the deploy log: https://app.netlify.com/sites/astro-docs-2/deploys/61cb47fb7c00f30007661eb2 😎 Browse the preview: https://deploy-preview-2260--astro-docs-2.netlify.app |
d866a26
to
c8c3e8d
Compare
c337f61
to
90113cc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appreciate that it comes with a fast-build.
)"" This reverts commit 17ac18e.
* Work on removing vite-postprocess * Gets hydration totally working * Formatting * Update based on PR comments * Bring back vite transform for non-static builds * Upgrade compiler version * Update the client-only test * Add debugging for windows * More debugging * Pass pathname into the markdown plugin as well * Include vite changes * Revert "Include vite changes" This reverts commit dee6348.
…2260)" (withastro#2292) * Revert "Implement hydrated components in the static build (withastro#2260)" This reverts commit ae5255d. * Adds a changeset
…2302) * Revert "Revert "Implement hydrated components in the static build (withastro#2260)"" This reverts commit 17ac18e. * Only resolve specifiers in the static build * Adding a changeset * Fix the client-only test
Changes
Testing
Fast build demo is being used as the test as of now.
Docs
N/A