Records modules from one compilation and adds them back as prefetch dependencies in the next compilation.
new AutomaticPrefetchPlugin(): AutomaticPrefetchPluginReturns:
<AutomaticPrefetchPlugin>apply(compiler): voidAttributes
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.