Skip to content

[Feature]: support loaderInterceptorOptions to skip some loader analysis #552

Open
@easy1090

Description

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions