Options affecting the normal modules (NormalModuleFactory).

Hierarchy

  • ModuleOptionsNormalized

Properties

defaultRules: (RuleSetRule | "...")[]

An array of rules applied by default for modules.

Specify options for each generator.

noParse?: string | Function | RegExp | (string | Function | RegExp)[]

Don't parse files matching. It's matched against the full resolved request.

Specify options for each parser.

rules: (RuleSetRule | "...")[]

An array of rules applied for modules.

unsafeCache?: boolean | Function

Cache the resolving of module requests.

Generated using TypeDoc