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