library · inferred from evidence
@axiomhq/axiom-node
The previous JavaScript library for Axiom, from which migration to @axiomhq/js was attempted.
- Unable to get @axiomhq/js working in Vite: SyntaxError: Unexpected token 'export'
What this covers: Migrating from @axiomhq/axiom-node to @axiomhq/js in a SvelteKit/Vite app. The fix that worked: The package's ESM build used `export *` re-exports that Vite's SSR module runner could not parse.
- Unable to get @axiomhq/js working in Vite: SyntaxError: Unexpected token 'export'
How to fix: Unable to get @axiomhq/js working in Vite: SyntaxError: Unexpected token 'export'. The verified fix from the maintainer thread, distilled into reusable steps.