79554076

Date: 2025-04-03 21:53:05
Score: 0.5
Natty:
Report link

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

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