A webpack plugin that visualizes the dependency graph between modules in real-time or as a static HTML file. Version 0.3.0 supports both a live development server (with WebSocket updates) and static export. Key differentiators: lightweight, no external visualization library required, and integrates directly into webpack's build process. Release cadence is unknown; likely infrequent.
npm install webpack-dependency-flowVerified import paths — ran on the pinned version, not inferred.
Create a static HTML file of dependency graph outputting to ./flows/dependency-flow.html.
Use object-based options: new DependencyFlow({build: ..., serve: ...}) if supported in future versions.Ensure you run webpack with --watch when using the serve option.
Explicitly set ports via serve options.
npm install webpack-dependency-flow --save-dev
Use require() instead of import.