signum-network / signumjs

SignumJS - Javascript SDK for Signum
https://docs.signum.network/signum/signumjs
Apache License 2.0
17 stars 8 forks source link

Try esbuild to speedup bundling #9

Closed ohager closed 2 years ago

ohager commented 3 years ago

Is your feature request related to a problem? Please describe. At this moment, we use rollup to create IIFE bundles. Would be interesting to see how it all works out with esbuild. It's expected to be much faster bundling and hopefully even easier to configure.

ohager commented 2 years ago

mentioned in #25