79761702

Date: 2025-09-11 09:11:23
Score: 1
Natty:
Report link

Figured out the issue. The problem is that one dependency (vue-slider-component 3.2.24) is incompatible with Vue 3.

Commenting out the code related to it allows the build to complete without the need to change the imports or update vite.config.js with:

commonjsOptions: {
  include: [],
},
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: anti-destin