AutomaticPrefetchPlugin
AutomaticPrefetchPlugin
会观察之前编译的 所有模块 的变化,以改进增量构建的时间。对比 PrefetchPlugin
而言,PrefetchPlugin
是预先发现 单个模块。
webpack.config.js
module.exports = {
// ...
plugins: [new webpack.AutomaticPrefetchPlugin()],
};
AutomaticPrefetchPlugin
会观察之前编译的 所有模块 的变化,以改进增量构建的时间。对比 PrefetchPlugin
而言,PrefetchPlugin
是预先发现 单个模块。
webpack.config.js
module.exports = {
// ...
plugins: [new webpack.AutomaticPrefetchPlugin()],
};