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
Following the official docs and getting this error:
Any idea what might cause this?
The text was updated successfully, but these errors were encountered:
Also, if I try this import (without brackets) I get this error:
Sorry, something went wrong.
Currently, @axiomhq/js is unusable via ESM.
@axiomhq/js
The following changes in packages/js/package.json would fix this:
packages/js/package.json
"type": "module"
"default": "./dist/cjs/index.js"
"default": "./dist/esm/index.js"
That's how package.json for the pino and winston packages are configured. Is there any reason not to do the same for the js package?
package.json
pino
winston
js
Hi we have a released a new version that fixes this build issue. It's still rc but maybe you could give it a try.
rc
should be fixed, feel free to open again if you are still facing the same issue.
No branches or pull requests
Following the official docs and getting this error:
Any idea what might cause this?
The text was updated successfully, but these errors were encountered: