rsdoctor icon indicating copy to clipboard operation
rsdoctor copied to clipboard

[Feature]: support loaderInterceptorOptions to skip some loader analysis

Open easy1090 opened this issue 1 year ago • 0 comments

What problem does this feature solve?

loaderInterceptorOptions

Type: { skipLoaders: string[]; } Optional: true Default: { skipLoaders: [] } Configuration of the interceptor for webpack loaders, and it worked when the features.loader === true. skipLoaders means the loader list which you want to skip it (will not report the target loader data when webpack compile).

What does the proposed API look like?

support.loaderInterceptorOptions

easy1090 avatar Oct 09 '24 04:10 easy1090