The AutomaticPrefetchPlugin
discovers all modules from the previous compilation upfront while watching for changes, trying to improve the incremental build times. Compared to PrefetchPlugin
which discovers a single module upfront.
May or may not have a performance benefit since the incremental build times are pretty fast.
webpack.config.js
module.exports = { // ... plugins: [ new webpack.AutomaticPrefetchPlugin() ] };
© JS Foundation and other contributors
Licensed under the Creative Commons Attribution License 4.0.
https://webpack.js.org/plugins/automatic-prefetch-plugin