The Problem ES Modules are increasingly adopted in many environments including modern browsers and nodejs. Besides a more flexible and concise syntax, there are many more reasons to use them. As there are many projects built on CJS and some more obstacles when using ESM (e.g. nodejs using CJS by […]