Skip to content

Filter and visualize the dependency graph for your rollup/vite project.

Notifications You must be signed in to change notification settings

lsdsjy/rollup-plugin-filter-dep-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rollup-plugin-filter-dep-graph

Filter and visualize the dependency graph for your rollup/vite project.

npm i rollup-plugin-filter-dep-graph 
// rollup.config.js / vite.config.js
import filterDepGraph from 'rollup-plugin-filter-dep-graph'
...
export default {
    ...,
    plugins: [
        filterDepGraph()
    ]
}

There will be a graph.html in which you can inspect the dependency graph of a specific module.

Credits

Inspired by https://github.com/ondras/rollup-plugin-graph

About

Filter and visualize the dependency graph for your rollup/vite project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published