summaryrefslogtreecommitdiff
path: root/examples/fast-build/src/components/Greeting.vue (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-09Update tests for legacy build (#2746)Gravatar Fred K. Schott 1-20/+0
* move fast-build example into a test fixture for legacy build * update tests for legacy build
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>