diff --git a/README.md b/README.md index fd63f0765..a4b1440cb 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,18 @@ you full control of what is loaded initially and what is loaded at runtime through code splitting. It can also make your code chunks **cache friendly** by using hashes. +### Developer Tools + +If you're working on webpack itself, or building advanced plugins or integrations, the tools below can help you explore internal mechanics, debug plugin life-cycles, and build custom tooling. + +#### Instrumentation + +| Name | Status | Description | +| --------------------------------------------------------- | --------------------- | --------------------------------------------------------------------------------------------------------------------------------- | +| [tapable-tracer](https://github.com/ertgl/tapable-tracer) | ![tapable-tracer-npm] | Traces tapable hook execution in real-time and collects structured stack frames. Can export to UML for generating visualizations. | + +[tapable-tracer-npm]: https://img.shields.io/npm/v/tapable-tracer.svg +