Reading List
Import non-ESM libraries in ES Modules, with client-side vanilla JS from Lea Verou RSS feed.
Import non-ESM libraries in ES Modules, with client-side vanilla JS
Reading Time: 5 minutes In case you haven’t heard, ECMAScript modules (ESM) are now supported everywhere! While I do have some gripes with them, it’s too late for any of these things to change, so I’m embracing the good parts and have cautiously started using them in new projects. I do quite like that I can just use import […]