Hacker News new | ask | show | jobs
by MrJohz 840 days ago
What platform was that that wasn't supported by Rollup (and Rust), but was supported by Esbuild (and Go)?
1 comments

An illumos distribution which is supported by rust, and the rust stuff would successfully build but `npm install` wouldn't because they didn't provide binaries for that platform and it was much faster to just switch to esbuild than figure out all that was needed to get it supported.

I only tried rollup from the beginning because the ES6 project I was trying to bundle suggested it.