Skip to main content
Version: Next (2.x)

AppPlugin

Properties

PropertyTypeDescription

id

PluginId

Unique id of the plugin

mutate

(compilers) => void

Mutate function that receives the list of module compilers before they are built. This allows the plugin to modify the module compilers, for example by adding middlewares or transformers.

name

string

Name of the plugin, used for logging and debugging purposes.