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
Hi folks --
dist/esm/index.js referenced in @mondaydotcomorg/api's package.json module field doesn't exist in the distributed package.
dist/esm/index.js
This is causing a downstream error for us in our ESM Vite project:
Failed to resolve entry for package "@mondaydotcomorg/api". The package may have incorrect main/module/exports specified in its package.json.
Normally I'd assume something was up with our Vite config but some poking around led me to publint which is showing the same thing.
The text was updated successfully, but these errors were encountered:
Hey, I checked again, this file exists. what version are you using?
Sorry, something went wrong.
No branches or pull requests
Hi folks --
dist/esm/index.js
referenced in @mondaydotcomorg/api's package.json module field doesn't exist in the distributed package.This is causing a downstream error for us in our ESM Vite project:
Normally I'd assume something was up with our Vite config but some poking around led me to publint which is showing the same thing.
The text was updated successfully, but these errors were encountered: