Skip to main content
webpack / ids / OccurrenceChunkIdsPlugin

Class: OccurrenceChunkIdsPlugin

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

Constructors

Constructor

new OccurrenceChunkIdsPlugin(options?): OccurrenceChunkIdsPlugin
Defined in: webpack/types.d.ts:12514

Parameters

options?
OccurrenceChunkIdsPluginOptions

Returns

OccurrenceChunkIdsPlugin

Properties

options

options: OccurrenceChunkIdsPluginOptions
Defined in: webpack/types.d.ts:12515

Methods

apply()

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

Parameters

compiler
Compiler

Returns

void