Articles by Tag #esm

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Dual Node TypeScript Packages - The Easy Way

Well we've all been down that road haven't we? trying to build a Node TypeScript package that...

Learn More 8 1Jul 29 '24

Oh CommonJS! Why are you mESMing with me?! Reasons to ditch CommonJS

It was a normal patching day. I patched and upgraded my npm dependencies without making code changes,...

Learn More 2 0Jul 12 '24

Web Development Without (Build) Tooling

When starting a new web project where JavaScript will be used, often the first thing we do is set up...

Learn More 2 2Aug 4 '24

The Ongoing War Between CJS & ESM: A Tale of Two Module Systems

(This was originally an in-person talk I gave, so the following graphics are from said presentation...

Learn More 1 2Jul 11 '24

Bundling without a bundler with esm.sh

This post describes how you can create a bundle from the browser with esm.sh

Learn More 1 1Jan 5

Building NPM packages for CommonJS with ESM dependencies

TLDR You have to use a bundler such as esbuild which will compile your project and bundle...

Learn More 0 0Jul 16 '24

CommonJS vs ESM: The Great JavaScript Module Battle!

JavaScript has had an interesting journey when it comes to module systems. CommonJS (CJS) has been...

Learn More 0 0Feb 18