@furo/ui5
Version:
SAP UI5 Web Components data bindings for furo-web
16 lines (15 loc) • 561 B
JavaScript
export default {
plugins: [
{
name: 'ui5',
// Runs for all modules in a project, before continuing to the analyzePhase
collectPhase({js, node, context}){},
// Runs for each module
analyzePhase({js, node, moduleDoc, context}){},
// Runs for each module, after analyzing, all information about your module should now be available
moduleLinkPhase({moduleDoc, context}){},
// Runs after modules have been parsed and after post-processing
packageLinkPhase({customElementsManifest, context}){},
}
]
}