Solved.
Solution was to set transformMixedEsModules: true in the build section of the vite.config.js
transformMixedEsModules: true
vite.config.js
build: { commonjsOptions: { transformMixedEsModules: true, },
Credits: https://stackoverflow.com/a/75538477/2506522