Web Development > es6-modules > Flashcards
How are ES Modules different from CommonJS modules?
ES6 has named exports and default exports,
commonJS uses module.exports and require whereas ES6 uses import and export
What kind of modules can Webpack support?
EMS, AMD, and CommonJS