ABSTRACT

This part of the book is about using bundlers to ease working with JavaScript. This first chapter explains the multitude of reasons there are to use such bundlers: they ensure the JavaScript will run on most browsers, they minify the code to improve performances, they run basic checks on the code, they allow managing JavaScript with ease, and they allow using NPM packages.