79675456

Date: 2025-06-22 21:13:25
Score: 1.5
Natty:
Report link

Solved.

Solution was to set transformMixedEsModules: true in the build section of the vite.config.js

  build: {
    commonjsOptions: {
      transformMixedEsModules: true,
    }, 

Credits: https://stackoverflow.com/a/75538477/2506522

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: betontalpfa