Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LoaderOptionsPluginOptions

Indexable

[index: string]: any

Index

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 }

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.