webpack

  • static module bundler
  • build a dependency graph

Modules

  • abstraction and encapsulation
  • node.js support modular programming original and web are not
  • how to express dependency

    • import
    • require
    • define require

why webpack