es6-modules Flashcards
1
Q
How are ES Modules different from CommonJS modules?
A
ES Modules have compact syntax, circular dependencies, structure can be analyzed, direct support for asynchronous loading and configurable module loading.
2
Q
What kind of modules can Webpack support?
A
Any kind of module. ECMAScript 6, AMD, Common JS