webpack

a module bundler for modern JavaScript applications.

When webpack processes your application, it recursively builds a dependency graph that includes every module your application needs,

then packages all of those modules into a small number of bundles - often only one - to be loaded by the browser.

What is the problem ?

webpack

Web Pack Building Blocks

  1. Entry
  2. Loader
  3. Plugin
  4. Output
  5. dev-server

Give An Entry Point ...

{Let's Code}

Thank you :)