Editor.Builder
This document is just a brief introduction to the API. For details on its usage, please refer to Custom Project Build Process.
Methods
Editor.Builder.on(eventName, callback)
eventNamestring - The name of the eventcallbackfunction - The event callbackoptionsobject - Callback params, the build optionscbfunction - Need to callcbwhen the callback process finished
Editor.Builder.once(eventName, callback)
eventNamestring - The name of the eventcallbackfunction - The event callbackoptionsobject - Callback params, the build optionscbfunction - Need to callcbwhen the callback process finished
Editor.Builder.removeListener(eventName, callback)
eventNamestring - The name of the eventcallbackfunction - The event callback
Events
Event: 'build-finished'
Emit when build finished
Event: 'compile-finished'
Emit when compile finished
Event: 'before-change-files'
Emit before editor modifies the build files (e.g, before encryption js files)