Community
webpack
webpack contrib
AutomaticPrefetchPlugin
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.
webpack.config.js
export default {
// ...
plugins: [new webpack.AutomaticPrefetchPlugin()],
};« Previous
SvgChunkWebpackPluginNext »
BannerPlugin



