Overview #
Modules #
- commonjs(used by node, with- requireand- module.exports)
- es6- native modules available in the browser. The standard import/export syntax. Since this is static, we can make it tree-shakeable.- These are also known as ES Modules
 
- These are also known as