Hi everyone,
I am currently using HTMLRewriter in my Cloudflare Pages worker and Cheerio during the build/deployment process.
Is it possible to call HTMLRewriter from a Node.js build script during the deployment so that I don’t have to maintain two implementations?
Right now I only see one option: Deploying a “helper” worker and then calling it from the Node.js build script during subsequent deployments.
Thank you in advance and Happy New Year!