7

Just an advice:

Keep in mind that you can now have ES modules in nodejs with the esm package. And it's a zero config install.

For those that don't know, in js ES modules is the import/export syntax and is a huge upgrade from cjs (the require syntax) because you find out "pre runtime" when a specific import is non existent.

Comments
Add Comment