On this page

Records modules from one compilation and adds them back as prefetch dependencies in the next compilation.

new AutomaticPrefetchPlugin(): AutomaticPrefetchPlugin
apply(compiler): void
Attributes
compiler:Compiler
the compiler instance
Returns:void

Registers hooks that remember previously built normal modules and enqueue them as PrefetchDependency requests during the next make phase.