Interface NgFilterPluginOptions

Hierarchy

  • NgFilterPluginOptions

Properties

Properties

filter?: ((module: NormalModule) => boolean)

Type declaration

    • (module: NormalModule): boolean
    • mode==='filter' 下使用,通过逻辑控制

      Parameters

      • module: NormalModule

      Returns boolean

mode: "full" | "auto" | "filter"

过滤插件的过滤模式,默认full

Generated using TypeDoc