Oxygen/Cloudflare Deployments
As mentioned in Initialization, if deploying your Hydrogen app to Oxygen (which is a Cloudflare Worker environment) you will need to update your remix.config.js
file with some additional settings. Add the following options to your configuration file:
serverNodeBuiltinsPolyfill: {
modules: {
util: true,
},
},