Class: ProfilingPlugin
Defined in: webpack/types.d.ts:14261Constructors
Constructor
new ProfilingPlugin(Defined in: webpack/types.d.ts:14262options?):ProfilingPlugin
Parameters
options?
ProfilingPluginOptions
Returns
ProfilingPlugin
Properties
options
options: ProfilingPluginOptions
Defined in: webpack/types.d.ts:14263
Profiler
Defined in: webpack/types.d.ts:14269staticProfiler: typeofProfiler
Methods
apply()
apply(Defined in: webpack/types.d.ts:14268 Apply the plugincompiler):void
Parameters
compiler
Compiler
Returns
void