create-cloudflare@2.63.0
📦 cloudflare-workersView on GitHub →
✨ 1 features
Summary
New projects now default to having nodejs_compat enabled for easier integration with npm packages. Users can opt-out via configuration.
Migration Steps
- If you do not want nodejs_compat enabled in new projects, remove it from the "compatibility_flags" array in your wrangler.json or wrangler.toml configuration file.
✨ New Features
- Enabled nodejs_compat by default for new projects created with C3, simplifying setup for npm packages requiring Node.js compatibility.