
Writing a custom Webpack plugin: hooking into the compiler lifecycle
Loaders transform files. Plugins do everything else. We build a plugin that writes build metadata to a JSON file on every compile,…

Loaders transform files. Plugins do everything else. We build a plugin that writes build metadata to a JSON file on every compile,…