web-infra-dev / rsdoctor

A one-stop build analyzer for Rspack and webpack.
https://rsdoctor.dev/
MIT License
424 stars 33 forks source link

[Feature]: Rsdoctor support for circular dependency analysis rule. #312

Open easy1090 opened 5 months ago

easy1090 commented 5 months ago

What problem does this feature solve?

The feature is similar with circular-dependency-plugin: detect modules with circular dependencies when bundling with rspack or webpack.

What does the proposed API look like?

The ability of cyclic dependency detection is detected as a rule in the construction stage.

easy1090 commented 5 months ago

@SoonIter Are you interested in this feature? This is a non-excellent requirement. @chenjiahan cc~

SoonIter commented 5 months ago

Need some research, which is related to https://github.com/web-infra-dev/rspack/issues/6048