Hacker News new | ask | show | jobs
by purity_resigns 3452 days ago
Interesting that Rich Harris is also behind rollup and that Svelte appears to use CommonJS instead of ES modules still.
1 comments

It's built out of ES modules (and is bundled by Rollup) but it can compile components to ESM, AMD, CJS, UMD or a browser global, so it can be made to work with just about any setup.