How are ES Modules different from CommonJS modules?
es modules use ‘export default’ and ‘import’ rather than module.exports and require()
What kind of modules can Webpack support?
EMCA, CommonJS, AMD, Asset, and Web Assembly Modules
facts about named exports