I started digging under the hood of webpack. Please check out my first findings about how event-driven architecture is build: yeah, webpack architecture is heavily based on events, each plugin is basically a set of event listeners called during compilation. See how webpack uses `tapable` library and learn some code insights in this interactive article on my blog.
No comments yet.