Settings

Theme

Under the hood webpack: core library behind the event-driven architecture

codecrumbs.io

1 points by bliashenko 6 years ago · 1 comment

Reader

bliashenkoOP 6 years ago

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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection