Y
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
kn8
2664 days ago
But why is nobody using that?
Specifically, I would think 99% if stuff being shipped today is bundled with tools like webpack.
link
charrondev
2664 days ago
Because it lacks support for bare specifiers and package lookup. There’s also no dead code elimination or code splitting.
link
Specifically, I would think 99% if stuff being shipped today is bundled with tools like webpack.