Slide 2
Slide 2 text
What is webpack?
o Module Bundler
o Takes in a bunch of assets (JS, HTML, CSS etc) and their dependencies and
packages them into a bundle for the client
o Every asset is a “module” - JS, CSS, HTML, Fonts etc
o Load only what you need, when you need