We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In your package.json, you are referring to ./dist/locales/index.cjs.js and ./dist/locales/index.esm.js. https://github.com/themesberg/flowbite-datepicker/blob/master/package.json#L20-L22
./dist/locales/index.cjs.js
./dist/locales/index.esm.js
However, these files don't exist, which causes the following error in Vite:
[commonjs--resolver] Missing "./locales/de" specifier in "flowbite-datepicker" package
I checked the original package and there it is like this: https://github.com/mymth/vanillajs-datepicker/blob/master/package.json#L11
When I do it like this, it works.
Can you explain why you changed this or fix it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In your package.json, you are referring to
./dist/locales/index.cjs.js
and./dist/locales/index.esm.js
.https://github.com/themesberg/flowbite-datepicker/blob/master/package.json#L20-L22
However, these files don't exist, which causes the following error in Vite:
I checked the original package and there it is like this:
https://github.com/mymth/vanillajs-datepicker/blob/master/package.json#L11
When I do it like this, it works.
Can you explain why you changed this or fix it?
The text was updated successfully, but these errors were encountered: