es6-modules Flashcards

1
Q

How are ES Modules different from CommonJS modules?

A

CommonJS: compact syntax, designed for synchronous loading and main use is servers.
ES6: Slightly more complicated syntax, designed for asynchronous loading and main use is browsers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What kind of modules can Webpack support?

A
ECMAScript;
CommonJS;
AMD;
Assets;
WebAssembly.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly