summaryrefslogtreecommitdiff
path: root/examples/fast-build/src/components (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-09Update tests for legacy build (#2746)Gravatar Fred K. Schott 4-59/+0
* move fast-build example into a test fixture for legacy build * update tests for legacy build
2022-01-20Supports hoisted scripts in the static build (#2414)Gravatar Matthew Phillips 2-0/+15
* Supports hoisted scripts in the static build * Adds a changeset * Update packages/astro/src/core/build/internal.ts Co-authored-by: Evan Boehs <evan@boehs.org> * Update based on feedback * Fix lint * Fix getting hoist script for Windows * Try with the pre compiler * use compiler 0.8.2 * update compiler version * update yarn.lock Co-authored-by: Evan Boehs <evan@boehs.org>
2022-01-04Only resolve inline script specifiers in the static build (#2302)Gravatar Matthew Phillips 1-0/+24
* Revert "Revert "Implement hydrated components in the static build (#2260)"" This reverts commit 17ac18e88c2b5a916c23ff7abc630fb98e313906. * Only resolve specifiers in the static build * Adding a changeset * Fix the client-only test
2021-12-30Revert "Implement hydrated components in the static build (#2260)" (#2292)Gravatar Matthew Phillips 1-24/+0
* Revert "Implement hydrated components in the static build (#2260)" This reverts commit ae5255dd25e36da2ce03f515af7b8f1ec6fcac91. * Adds a changeset
2021-12-30Implement hydrated components in the static build (#2260)Gravatar Matthew Phillips 1-0/+24
* 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 dee6348b233b6d6c6fea1e4dcc41c98c0452846c.
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 1-8/+8
2021-12-21Flagged static (performance optimized) build (#2168)Gravatar Matthew Phillips 1-0/+20
* Progress on build demo * Go back to ESM * Some more progress on the new build * More progress here * Add support for hot reload * Almost done * Remove debugging stuff * chore(lint): Prettier fix * Pass through the origin * Do not use ssr mode * Use the logger * chore(lint): Prettier fix * Update yarn lock * Fix types * Only build chunks that are astro pages * Debugging windows * Prevent compilation race condition * Read the file if not found in the cache * Give a better error message when we can't find a page * chore(lint): Prettier fix * Fix windows maybe * chore(lint): Prettier fix * Some more windows debugging * chore(lint): Prettier fix * Remove console logs * More debugging * chore(lint): Prettier fix * More debugging info * chore(lint): Prettier fix * Remove logging again * Try to prevent port conflicts Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>