Skip to main content
webpack / debug / ProfilingPlugin

Class: ProfilingPlugin

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

Constructors

Constructor

new ProfilingPlugin(options?): ProfilingPlugin
Defined in: webpack/types.d.ts:14262

Parameters

options?
ProfilingPluginOptions

Returns

ProfilingPlugin

Properties

options

options: ProfilingPluginOptions
Defined in: webpack/types.d.ts:14263

Profiler

static Profiler: typeof Profiler
Defined in: webpack/types.d.ts:14269

Methods

apply()

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

Parameters

compiler
Compiler

Returns

void