
Everything is a Plugin: Mastering webpack from the inside out. NgConf 2017
"Everything is a Plugin" is a talk presented at NgConf 2017, which focuses on helping developers understand webpack from the inside out. During the talk, the speaker explores the concept of treating everything as a plugin in webpack and discusses various techniques for transforming and optimizing code using plugins.
"Everything is a Plugin" is an informative talk from NgConf 2017 that provides an in-depth understanding of webpack and its plugin system. By exploring the concept of treating everything as a plugin, the speaker offers practical insights into how developers can extend and optimize webpack's functionalities. The talk is accompanied by live coding examples, enhancing the learning experience and making it easier for developers to apply the concepts discussed. It serves as a valuable resource for anyone looking to enhance their knowledge of webpack and improve their build process.

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.