Skip to main content
webpack / LoaderOptionsPlugin

Class: LoaderOptionsPlugin

Defined in: webpack/types.d.ts:9974

Constructors

Constructor

new LoaderOptionsPlugin(options?): LoaderOptionsPlugin
Defined in: webpack/types.d.ts:9975

Parameters

options?
LoaderOptionsPluginOptions & MatchObject

Returns

LoaderOptionsPlugin

Properties

options

options: LoaderOptionsPluginOptions & MatchObject
Defined in: webpack/types.d.ts:9976

Methods

apply()

apply(compiler): void
Defined in: webpack/types.d.ts:9981 Apply the plugin

Parameters

compiler
Compiler

Returns

void