I want to build a plugin that on build time uploads the static content to S3/Cloudfront and I don’t want to use a proxy to point to a CDN. I want to change the script tag url path.
I tried ROOT_URL_PATH_PREFIX but it didn’t work
Is that any possible or I will need to make a script after bundling to change it?