A 2-part session on Webpack.
Code repo for the beginner friendly session at Discord server link
Session 1 concluded on Sunday 3rd May @ 3pm.
Session 2 on Sunday, 17th May @ 3pm. Same Discord link (Will be using the same code repo and slides which have had additions post session 1)
Update
Both the sessions have concluded. The code and the slides are complete.
Topics covered:
- Introduction and basics
- Basic setup
- Loaders & Plugins
- Multiple configurations
- Development builds (Dev Server & HMR)
- Production builds (Caching, optimizations, sourcemaps, ...)
- Code splitting
- Lazy loading
- Webpack architecture & lifecycle
- Writing plugins and loaders
- Webpack 5 (What's next?)
- Webpack Module Federation plugin (Micro-Frontend) Accompanying Code Repo