I'm using the plugin to upload a static Nuxt3 build to S3 in website mode.
I cannot serve the site because the .mjs files that landed on S3 do not have mime type attached.
In the browser:
Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "". Strict MIME type checking is enforced for module scripts per HTML spec.