Options
All
  • Public
  • Public/Protected
  • All
Menu

Options affecting the normal modules (NormalModuleFactory).

Hierarchy

  • ModuleOptionsNormalized

Index

Properties

defaultRules: (undefined | null | false | "" | 0 | 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: (undefined | null | false | "" | 0 | RuleSetRule | "...")[]

An array of rules applied for modules.

unsafeCache?: boolean | Function

Cache the resolving of module requests.