rollup-plugin-filter-dep-graph
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

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

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i rollup-plugin-filter-dep-graph

    Weekly Downloads

    1

    Version

    0.0.5

    License

    ISC

    Unpacked Size

    5.1 kB

    Total Files

    5

    Last publish

    Collaborators

    • lsdsjy