webpck5.x内置plugins和loaders

2022-11-13  本文已影响0人  海豚先生的博客
// 会在 node_modules 目录下生成一个 .cache 目录缓存文件内容,且二次打包速度显著提升
module.exports = {
  cache: {
    type: 'filesystem',
  },
};
上一篇 下一篇

猜你喜欢

热点阅读