Technologies Flashcards
1
Q
Babel
A
A very popular (borderline industry standard) transpiler used to convert modern ES6 syntax into older JavaScript (pre 2015) so that the source code is compatible on all browsers
2
Q
WebPack
A
A modern bundling tool used to bundle together numerous project source files, with a wide variety of extensions supported, into a single distribution that streamlines the downloading process of your files from the browser.
It supports a number of plugins and loaders for numerous functions and file support