es6-modules Flashcards
(2 cards)
1
Q
How are ES Modules different from CommonJS modules?
A
syntax is more compact, import and export statements
2
Q
What kind of modules can Webpack support?
A
es6 - amd - CommonJs and more
How are ES Modules different from CommonJS modules?
syntax is more compact, import and export statements
What kind of modules can Webpack support?
es6 - amd - CommonJs and more