The ContextModuleFactory
module is used by the Compiler
to generate dependencies from require.context API. It resolves the requested directory, generates requests for each file and filters against passed regExp. Matching dependencies then passes through NormalModuleFactory.
beforeResolve
AsyncSeriesBailHook<[BeforeResolveResult]>
Called before resolving the requested directory. The request can be ignored by returning false
.
afterResolve
AsyncSeriesBailHook<[AfterResolveResult]>
Called after the requested directory resolved.