• Overview of dynamic loading and chunks
  • GLOBAL_NAMESPACE: Chunks as Scripts using a Global Namespace
  • ES_MODULES: Chunks as Ecmacript modules
  • Asking closure-compiler to produce chunks - the easy way
  • Asking closure-compiler to produce chunks - the manual way
  • Loading the chunks at runtime
  • Using ES_MODULES as the chunk output type
  • Using GLOBAL_NAMESPACE as the chunk output type