webpack is an open-source JavaScript module bundler. It is a module bundler primarily for JavaScript, but it can transform front-end assets like HTML, CSS, and images if the corresponding loaders are included. webpack takes modules with dependencies and generates static assets representing those modules.
Core Concepts:
entry
output
loaders/modules
Apply one or more loaders to all files in the same file extension type, i.e. .css, .scss