LearningFuze Bootcamp > es6-modules > Flashcards
How are ES Modules different from CommonJS modules?
the require( ) method and module.exports isn’t required and import and export/export default are used instead.
What kind of modules can Webpack support?
both ES and CommonJS modules