LogoRobo.js
Framework

HookEntry

Interface: HookEntry

A lifecycle hook entry.

Properties

PropertyTypeDescription
idstringUnique identifier
pathstringPath to the compiled hook file
phase?"start" | "transform" | "complete"For build hooks, which phase
pluginstringPlugin name if source is 'plugin'
prioritynumberExecution priority. Lower runs first.
source"plugin" | "project"Where this hook came from

On this page