- Rollup Version: 0.67.7
- Operating System (or Browser): Linux
- Node Version: 8.14.0
How Do We Reproduce?
My rollup plugin, rollup-plugin-graph, used to leverage the ongenerate API to check dependencies of individual bundled modules. This API is no longer present and the new generateBundle call is not passed enough information to provide the requested functionality.
How can my plugin easily see all modules and their dependencies so I can visualize them as a graph?
How Do We Reproduce?
My rollup plugin, rollup-plugin-graph, used to leverage the
ongenerateAPI to check dependencies of individual bundled modules. This API is no longer present and the newgenerateBundlecall is not passed enough information to provide the requested functionality.How can my plugin easily see all modules and their dependencies so I can visualize them as a graph?