github cloudflare/workers-sdk create-cloudflare@2.63.0

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": []
    }

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.