Module Factories

Lead in...

NormalModuleFactory

before-resolve(data) async waterfall

Before the factory starts resolving. The data object has these properties:

Plugins are allowed to modify the object or to pass a new similar object to the callback.

after-resolve(data) async waterfall

After the factory has resolved the request. The data object has these properties:

ContextModuleFactory

before-resolve(data) async waterfall

Add documentation.

after-resolve(data) async waterfall

Add documentation.

alternatives(options: Array) async waterfall

Add documentation.