Minor Changes
-
#8310
fed18f9Thanks @irvinebroque! - Enablenodejs_compatby default for new projectsNew projects created with C3 will now have the
nodejs_compatcompatibility 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_compatenabled, you can remove it from yourwrangler.jsonorwrangler.tomlconfiguration file:{ "compatibility_flags": [] }