Version
- Vue version: 3 (with Vite.js)
Description
With 2.3.0, inside the package.json the following addition happened:
"exports": {
".": "./dist/multiselect.js"
},
this cause the following errror: Internal server error: Missing "./themes/default.css" export in "@vueform/multiselect" package
Demo
Not reproducible online AFAICT, as it's a cli issue.