Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

Webpack 5 Up and Running: A quick and practical introduction to the JavaScript application bundler (repost)

Posted By: hill0
Webpack 5 Up and Running: A quick and practical introduction to the JavaScript application bundler (repost)

Webpack 5 Up and Running: A quick and practical introduction to the JavaScript application bundler
by Tom Owens

English | 2020 | ISBN: 1789954401 | 220 Pages | PDF EPUB | 5 MB

This quick reference begins with an introduction to Webpack and teaches you how to use it for initializing dependency management in your web projects. Starting with code splitting and transpiling, you will be taught about dependency graphs and how to configure them to achieve improved functionality and uncover hidden features. You'll also learn the difference between configuration files and options, and how Node.js plays a role in their creation and management. As you advance, you will delve into frameworks and unsupported code, which can be processed using loaders. Moving on, you'll be well on your way to performing application bundling efficiently, and will be introduced to the art of custom loader creation and plugin development.