library · inferred from evidence
axiom-js
The upstream repository for @axiomhq/js where the fix was implemented.
- Module build failed: UnhandledSchemeError: Reading from "node:crypto" is not handled by plugins...
The Next.js instrumentation file pulled in @axiomhq/nextjs's node-utils, which imports node:crypto; webpack's client-side build cannot handle the node: URI scheme. This was fixed upstream in axiom-js PR #298 (shipped in @axiomhq/nextjs rele
- Unable to get @axiomhq/js working in Vite: SyntaxError: Unexpected token 'export'
The package's ESM build used `export *` re-exports that Vite's SSR module runner could not parse. Fixed upstream in axiom-js PR #56 (switched to named exports) with follow-up build fixes in PR #63: upgrade @axiomhq/js past 0.1.2/0.1.3 and t