Doesn't Rollup already use quite a bit of rust[0]? It's actually why I had to abandon it for a project, where they didn't offer binaries for our build platform and I needed to bundle, like 2 ES6 javascript libraries so I just grabbed esbuild instead.[0] https://github.com/rollup/rollup/tree/master/rust
MrJohz|2 years ago
plz-remove-card|2 years ago
I only tried rollup from the beginning because the ES6 project I was trying to bundle suggested it.