Use Locale Packs with Uppy as JS module + CDN

In the getting started guide you’re using Uppy with the modern syntax <script type="module"> and CDN, but in Using a locale pack from CDN you’re using the old syntax without JavaScript modules.
I’m happy with the new solution as it has the same syntax as the most modern approach but with the convenience of using a CDN for old projects.
How can I use locales with CDN when importing Uppy as a JS module? Are there .mjs files for locale packs on the CDN? :thinking:

Anybody that can help me to import locales with CDN when importing Uppy as a JS module?