webpack and vite
Hello, can you help me with this question I have, I really want to know, thank you: I wanted to ask if you would be kind enough to explain to me how webpack works and see the part when we generate a package of our application below, how those technologies do it, why ? I have already seen concepts that in the case of webpack in large projects it makes a build of each refresh of each code update and that makes it slow and also the build takes time if it is based on many dependencies, but a colleague told me that I can have several packages in some cases if the project is even bigger because a single generated package would be inefficient, I actually want to know, that makes me curious to know also considering the problem of different loaders. What is the problem with those packages
1 Reply
Lachlan Miller
YouTube
Visual Guide to the Modern Frontend Toolchain (Vite)
š NEW book on tooling (build your own tools!) Coming 2024, register for updates): https://lachlan-miller.ck.page/92dfa021b3
š¦ My Twitter: https://twitter.com/Lachlan19900
āļø Diagram/notes from video: https://app.eraser.io/workspace/1CfLxNLf9DY9E9Ndesq4?origin=share
I talk about Vite, the best toolchain for building frontend apps right now, whic...