Hey it looks like the Auto Minify feature under Speed → Optimization is breaking the Create React App compiled JavaScript (via Craco https://craco.js.org
build script).
My website will consistently load a Syntax Error for the bundled compile JavaScript file that had gone through “Auto Minify optimization”.
I can only get the site to work when turning Auto Minify feature off for JavaScript files reliably. The compiled bundle files are loading okay without Cloudflare too.