ECMAScript modules and browser compatibility

from blog molily, | ↗ original
One of the biggest changes in JavaScript in the last decade was the switch from loosely-connected scripts to ECMAScript modules (ESM). This affected both client-side and server-side JavaScript code. JavaScript programmers today take it for granted that they can pull a library dependency into client-side or server-side JavaScript code with npm...