79627603

Date: 2025-05-18 16:03:03
Score: 1.5
Natty:
Report link

Add the below to my vite.config.ts file resolved the issue

export default defineConfig({
  build: {
    commonjsOptions: {
      transformMixedEsModules: true
    },
  }
})
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dhiraj Kumar Mishra