-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARN @vueform/slider doesn't appear to be written in CJS, but also doesn't appear to be a valid ES module #41
Comments
Happened to me today as well after updating Vite and other dependencies. |
I am also seeing this in a Nuxt 3 project. |
Looks like the issue is that there is no default export in the declaration file. In
|
Same issue on a Nuxt 3 project. |
mchestnut
added a commit
to mchestnut/slider
that referenced
this issue
Jan 10, 2022
This was referenced Jan 10, 2022
adamberecz
added a commit
that referenced
this issue
Dec 20, 2022
fix: add default export to declaration index #41
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WARN @vueform/slider doesn't appear to be written in CJS, but also doesn't appear to be a valid ES module (i.e. it doesn't have "type": "module" or an .mjs extension for the entry point). Please contact the package author to fix. 11:55:29
The text was updated successfully, but these errors were encountered: