ENTRY
Allow webpack to know the file(s)
you want to bundle. It will take
over everything from there
WHAT DO SHOULD KNOW ABOUT
WEBPACK
OUTPUT
Let Webpack know where your
bundles are kept and what you want
to name them
10
LOADERS
Loaders allows webpack to know the
kind of file types it needs to
transform like css - css loaders,
File - File loaders
PLUGINS
Plugins do all the crazy work like
bundling, optimize bundles,
managing assets and more.