0.0.5 • Published 5 months ago

rollup-plugin-filter-dep-graph v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

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

0.0.5-rc.0

5 months ago

0.0.5

5 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago