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
Currently, subpath patterns defined in package.json raise an exception. Not sure if it should be considered a bug or a feature request.
package.json
... "./*.js": { "import": "./dist/*.mjs", "require": "./dist/*.cjs", "default": "./dist/*.mjs" } ...
Error: Could not find matching source file for export path "./dist/*.cjs
The text was updated successfully, but these errors were encountered:
Probably a feature request. I never tried handling this because of the complexity. But should be much easier to tackle with https://github.com/privatenumber/pkg-entry-points
PR welcome!
Sorry, something went wrong.
nice! I'll have a look next weekend and let you know either if I'm going to take the challenge or not
Successfully merging a pull request may close this issue.
Currently, subpath patterns defined in package.json raise an exception. Not sure if it should be considered a bug or a feature request.
package.json
Error: Could not find matching source file for export path "./dist/*.cjs
The text was updated successfully, but these errors were encountered: