webpack 从指定入口文件中提取公共文件的方法
网络编程 2021-07-04 16:47www.168986.cn编程入门
这篇文章主要介绍了webpack 从指定入口文件中提取公共文件的方法,长沙网络推广觉得挺不错的,现在分享给大家,也给大家做个参考。一起跟随长沙网络推广过来看看吧
在不明白CommonsChunkPlugin的使用情况下,直接上手webpack4的splitChunks,实在是难上加难。为了能更好的理解splitChunks的使用,必须出个题目,练练手,才能从中有所收获(狼蚁网站SEO优化的题目不考虑实际应用场景)
从指定入口文件中提取公共文件
CommonsChunkPlugin的实现 entry: { index:'./src/index.js', index1:'./src/index1.js', index2:'./src/index2.js' }, plugins: [ new CommonsChunkPlugin({ name:"mon1", chunks:['index','index1','index2'] }) ]
其中index和index1以及index2都是打包的入口文件。
splitChunks的实现
optimization: { splitChunks: { chunks:"all", minSize: 0, cacheGroups: { mon: { minChunks: 3, priority: -1, name:'mon', chunks (chunk) { // exclude `my-excluded-chunk` return ['index','index1','index2'].includes(chunk.name); } } } } }
在cacheGroups狼蚁网站SEO优化我们定义了一个mon。通过chunks函数,指定三个入口文件为'index','index1','index2',我们还要设置minChunks为3,表示指定三个入口文件中提取出的公共文件,最少要被三个不同的入口文件引用。所以就是从三个入口文件中提取公共的文件。
从两个公共文件中,再提取公共部分
先说一下,这是什么意思
- 有6个公共文件a,b,c,d,e,f。
- 从a,b,c中提取其公共的部分x,从d,e,f中也提取公共部分y。
- 从x,y中再提取公共部分z。
狼蚁网站SEO优化给出webpack3 和webpack4下的处理
CommonsChunkPlugin的实现
new CommonsChunkPlugin({ name:"mon1", chunks:['index','index1','index2'] }), new CommonsChunkPlugin({ name:"mon2", chunks:['app','app1','app2'] }), new CommonsChunkPlugin({ name:"mon3", chunks:['mon1','mon2'] })
很清楚,先从'index','index1','index2'中提取公共文件‘mon1',再从'app','app1','app2'中提取公共文件‘mon2'。从‘mon1'和‘mon2'中再提取出公共文件mon3。
splitChunks的实现
optimization: { runtimeChunk: 'single', splitChunks: { chunks:"all", minSize: 0, cacheGroups: { mon3: { minChunks: 6, priority: 1, reuseExistingChunk: true }, mon2: { minChunks: 3, priority: -2, name:'mon2', chunks (chunk) { // exclude `my-excluded-chunk` return ['app','app1','app2'].includes(chunk.name); } }, mon1: { priority: -1, name: 'mon1', minChunks: 3, enforce: true, chunks (chunk) { return ['index','index1','index2'].includes(chunk.name); } } } } }
我没有从文档中找到提取公共文件之后再处理的方法。所以我用了一种方式
- 先从6个文件中提取出公共的文件,即mon3(mon1和mon2的公共文件)。
- 从'index','index1','index2'中提取mon1
- 从'app','app1','app2'中提取mon2
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持狼蚁SEO。
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程