releases.shpreview
Cloudflare/Workers SDK/create-cloudflare@2.63.0

create-cloudflare@2.63.0

$npx -y @buildinternet/releases show rel_HO31_ekKQZt_6ss6vu75J

Minor Changes

  • #8310 fed18f9 Thanks @irvinebroque! - Enable nodejs_compat by default for new projects

    New projects created with C3 will now have the nodejs_compat compatibility flag automatically enabled. This makes it easier to get started with Workers, as many npm packages require Node.js compatibility to work correctly.

    If you don't want nodejs_compat enabled, you can remove it from your wrangler.json or wrangler.toml configuration file:

    {
    	"compatibility_flags": []
    }

Fetched March 31, 2026