Hacker News new | ask | show | jobs
by growtofill 2664 days ago
They are supported by browsers for about two years now: https://jakearchibald.com/2017/es-modules-in-browsers/
1 comments

But why is nobody using that?

Specifically, I would think 99% if stuff being shipped today is bundled with tools like webpack.

Because it lacks support for bare specifiers and package lookup. There’s also no dead code elimination or code splitting.