Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 320 Bytes

File metadata and controls

15 lines (11 loc) · 320 Bytes

Webpack 4 features (not only for angular use)

Faster builds

  • new chunk graph
  • full es6 support
  • uglify-es parallel + caching
  • moving from objects/arrays to maps/sets
  • new plugin system

Credits, sources and some links of interest for further reading: