feat: Cloudflare Vite plugin integration#15627
feat: Cloudflare Vite plugin integration#15627teemingc wants to merge 53 commits intofetchable-dev-environmentfrom
Conversation
This reverts commit eaffa39.
|
|
Where is this at? Is there an ETA, of sorts? |
As of last weekend, all the SvelteKit tests and the Cloudflare adapter tests are passing. I still need to add new tests to ensure the analysis and prerendering steps of the build step work correctly since they now run in the Cloudflare environment too. Last but not least, the two PRs could do with a review or two. |
closes #10496
closes #13692
closes #1712
closes #2963
closes #13300
closes #1519
wip
This PR also removes support for Cloudflare Pages.
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm testand lint the project withpnpm lintandpnpm checkChangesets
pnpm changesetand following the prompts. Changesets that add features should beminorand those that fix bugs should bepatch. Please prefix changeset messages withfeat:,fix:, orchore:.Edits