August 2017
Beginner
374 pages
10h 41m
English
Now, we will install webpack, which will be used to build your project. Webpack is a module bundler. It is used to bundle, transform, and package various files to be used in a browser. This includes JavaScript, JSX, HTML, and assets.
The advantages of using a module bundler, such as webpack, are listed as follows:
Read now
Unlock full access