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

Webpack architecture is heavily based on events (each plugin is basically a set of event listeners called during compilation). Under the hood, webpack uses a library `called` tapable to encapsulate “publish-subscribe” implementation. Read more

Similar

Jargon-Free Webpack Intro for VueJS Users

Webpack promises great things for Vue developers. But the range of possibilities of Webpack are also why it's so intimidating to learn. In this article, I'll give you a gentle introduction to Webpack without the jargon that may have you bewildered. (more…)

Read more »