Editor.Builder
本文只是对 API 的简要介绍,关于 Builder 的具体用法请参考 定制项目构建流程。
Methods
Editor.Builder.on(eventName, callback)
eventName
string - The name of the eventcallback
function - The event callbackoptions
object - Callback params, the build optionscb
function - Need to callcb
when the callback process finished
Editor.Builder.once(eventName, callback)
eventName
string - The name of the eventcallback
function - The event callbackoptions
object - Callback params, the build optionscb
function - Need to callcb
when the callback process finished
Editor.Builder.removeListener(eventName, callback)
eventName
string - The name of the eventcallback
function - 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)