axiomhq / axiom-js

Official language bindings and library extensions for Axiom
https://axiom.co
MIT License
90 stars 14 forks source link

convert packages to esm #63

Closed SollyzDev closed 11 months ago

SollyzDev commented 1 year ago

This PR aims to try to fix the build issues by using rollup to do the build instead of tsc.

The end result should allow the packages to work with esm or cjs apps, on different runtimes like node and edge.