#webpack

Subscribe
Webpack is a module bundler for modern JavaScript applications. It takes modules with dependencies and generates static assets representing those modules. Webpack provides a unified approach to bundling, transforming, and loading all of your project's static assets. It allows you to write modular code and bundle it together into small packages to optimize load time. Webpack also provides plugins and loaders that allow you to preprocess, minify, and transpile your code so it can run in different environments.
Tobias Koppers
Tobias Koppers
Vercel
Talk: Webpack in 5 Years?, Module Federation in Webpack 5
Mark Erikson
Mark Erikson
Replay.io
Talk: Publishing TS Libraries for Fun and Profit
Lena Zhukova
Lena Zhukova
Wix
Talk: The Only Way to Eat an Elephant - Code Splitting With Server Side Rendering