Skip to content
Discussion options

You must be logged in to vote

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: [],
},

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by chlumpchatkupt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant