Change8

create-cloudflare@2.65.0

📦 cloudflare-workersView on GitHub →
1 features🐛 1 fixes🔧 2 symbols

Summary

This release defaults source map uploads to true for new projects and corrects the Qwik adapter scaffolding when targeting Cloudflare Workers. It also includes several minor dependency updates within create-cloudflare templates.

Migration Steps

  1. For Qwik projects previously set up for Workers, ensure the adapter structure uses 'adapters/cloudflare-workers/' instead of 'adapters/cloudflare-pages/' and verify configuration files like 'wrangler.jsonc' are correctly set up for Workers.

✨ New Features

  • Upload source maps are now enabled by default for all new projects created with C3, resulting in automatic source map uploads during deployment for better stack traces.

🐛 Bug Fixes

  • Fixed an issue where Qwik Workers targets incorrectly ran 'qwik add cloudflare-pages' instead of 'qwik add cloudflare-workers', leading to incorrect adapter directory structure and Pages-specific file scaffolding.

Affected Symbols