tool · inferred from evidence
Vite
A build tool and development server for modern web projects.
- 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.
- @axiomhq/react does not work with vite: Uncaught ReferenceError: process is not defined
@axiomhq/react does not work with vite: Uncaught ReferenceError: process is not defined. The SDK read process.env directly, which does not exist in the browser.
- passage-node constructor fails in Remix app (Vite SSR import error)
How to fix: passage-node constructor fails in Remix app (Vite SSR import error). The verified fix from the maintainer thread, distilled into reusable steps.