Learningfuze Bootcamp > es-modules > Flashcards
How are ES Modules different from CommonJS modules?
built into the language?
syntax is more compact than CommonJS
What kind of modules can Webpack support?
ECMAScript modules CommonJS modules AMD modules Assets WebAssembly modules