Hierarchy

  • LoaderOptionsPluginOptions

Indexable

[index: string]: any

Properties

debug?: boolean

Whether loaders should be in debug mode or not. debug will be removed as of webpack 3.

minimize?: boolean

Where loaders can be switched to minimize mode.

options?: {
    context?: string;
    [index: string]: any;
}

A configuration object that can be used to configure older loaders.

Type declaration

  • [index: string]: any
  • Optional context?: string

    The context that can be used to configure older loaders.

Generated using TypeDoc