Await for other named plugins to finish before running this plugin.
Optionalenforce
enforce?:"default" | "post" | "pre"
Optionalenv
env?:PluginEnvContext
Optionalhooks
hooks?:Partial<RuntimeNuxtHooks>
Optionalmeta
meta?:ResolvedPluginMeta
Readonlyname
name:string
Returns the name of the function. Function names are read-only and can not be changed.
Optionalorder
order?:number
This allows more granular control over plugin order and should only be used by advanced users.
It overrides the value of enforce and is used to sort plugins.
Optionalparallel
parallel?:boolean
Execute plugin in parallel with other parallel plugins.
Await for other named plugins to finish before running this plugin.