Written on 2021-06-13 by Marek Jędryka

Migration node.js project to ESM

ESM - ECMAScript Modules are a modern way to manage the binding of JavaScript code written in separated files, so-called modules.

Articles

This is a small article series about the migration of a node.js project from CommonJS type into module type. The following articles is available now: