当前位置: 首页 > news >正文

建设信访建设网站的意义山西seo排名厂家

建设信访建设网站的意义,山西seo排名厂家,腾讯会议新闻,dreamweaver安装包A.代码分割方法一:将原来的单入口文件改为多入口文件 将不同的文件例如js代码文件分为入口文件和测试文件,这个时候打包出来的代码就会根据不同的文件单独打包成属于他们自己的文件 例如以下为单入口文件: entry: ./src/js/index.js 多入口文件:(在输出…

A.代码分割方法一:将原来的单入口文件改为多入口文件

将不同的文件例如js代码文件分为入口文件和测试文件,这个时候打包出来的代码就会根据不同的文件单独打包成属于他们自己的文件

 例如以下为单入口文件:

entry: './src/js/index.js'

 多入口文件:(在输出的时候将输出的文件名进行分类)

 entry: {// 多入口:有一个入口,最终输出就有一个bundleindex: './src/js/index.js',test: './src/js/test.js'},output: {// [name]:取文件名filename: 'js/[name].[contenthash:10].js',path: resolve(__dirname, 'build')}

B.使用splitChunks分离代码

当我们在文件当中引入了node_modules的包时,在打包之后可能打包工具会自动将node_modules当中的包打包进文件当中,这个时候使用以下代码:可以将引入的这些包单独打包,从而减小打包的体积

总的来说,功能就是:

    1. 可以将node_modules中代码单独打包一个chunk最终输出

    2. 自动分析多入口chunk中,有没有公共的文件。如果有会打包成单独一个chunk

  optimization: {splitChunks: {chunks: 'all'}}

完整代码:

const { resolve } = require('path');
const HtmlWebpackPlugin = require('html-webpack-plugin');module.exports = {// 单入口// entry: './src/js/index.js',entry: {index: './src/js/index.js',test: './src/js/test.js'},output: {// [name]:取文件名filename: 'js/[name].[contenthash:10].js',path: resolve(__dirname, 'build')},plugins: [new HtmlWebpackPlugin({template: './src/index.html',minify: {collapseWhitespace: true,removeComments: true}})],/*1. 可以将node_modules中代码单独打包一个chunk最终输出2. 自动分析多入口chunk中,有没有公共的文件。如果有会打包成单独一个chunk*/optimization: {splitChunks: {chunks: 'all'}},mode: 'production'
};

C.通过js代码,让某个文件被单独打包成一个chunk

 通过js代码,让某个文件被单独打包成一个chunk

 import动态导入语法:能将某个文件单独打包

例如在js代码当中添加以下代码:

import('./test').then(({ mul, count }) => {console.log(mul(2, 5));}).catch(() => {console.log('文件加载失败~');});

这个时候在打包的时候就能将引入的这个test.js文件单独打包完成


文章转载自:
http://dinncoskiogram.bpmz.cn
http://dinncocushiony.bpmz.cn
http://dinncocrowded.bpmz.cn
http://dinncoreinhold.bpmz.cn
http://dinncocoronary.bpmz.cn
http://dinncogrammaticality.bpmz.cn
http://dinncoactualite.bpmz.cn
http://dinncodeseam.bpmz.cn
http://dinncocanonship.bpmz.cn
http://dinncoraspatory.bpmz.cn
http://dinncogestaltist.bpmz.cn
http://dinncobonspiel.bpmz.cn
http://dinncowatchout.bpmz.cn
http://dinncopregnenolone.bpmz.cn
http://dinncolovingkindness.bpmz.cn
http://dinncofossa.bpmz.cn
http://dinncobeerpull.bpmz.cn
http://dinncocassock.bpmz.cn
http://dinncofretwork.bpmz.cn
http://dinncotenant.bpmz.cn
http://dinncobeside.bpmz.cn
http://dinncoimmie.bpmz.cn
http://dinncosee.bpmz.cn
http://dinncounstriated.bpmz.cn
http://dinncocell.bpmz.cn
http://dinncodisaggregation.bpmz.cn
http://dinncoarpnet.bpmz.cn
http://dinncosferics.bpmz.cn
http://dinncocoltsfoot.bpmz.cn
http://dinncoclap.bpmz.cn
http://dinncobfr.bpmz.cn
http://dinncojudicative.bpmz.cn
http://dinncopolytonality.bpmz.cn
http://dinncobasketballer.bpmz.cn
http://dinncocasuarina.bpmz.cn
http://dinncovilene.bpmz.cn
http://dinncomimeo.bpmz.cn
http://dinncolikely.bpmz.cn
http://dinncopertinaciously.bpmz.cn
http://dinncopandowdy.bpmz.cn
http://dinncokalevala.bpmz.cn
http://dinncofrontogenesis.bpmz.cn
http://dinncorepagination.bpmz.cn
http://dinncovindictive.bpmz.cn
http://dinncopalestinian.bpmz.cn
http://dinncooncer.bpmz.cn
http://dinncokinetocamera.bpmz.cn
http://dinncolilt.bpmz.cn
http://dinncomeloid.bpmz.cn
http://dinncoflashhouse.bpmz.cn
http://dinncoseverally.bpmz.cn
http://dinncofrisk.bpmz.cn
http://dinncoaparejo.bpmz.cn
http://dinncoatebrin.bpmz.cn
http://dinncogomphiasis.bpmz.cn
http://dinncoattitudinal.bpmz.cn
http://dinncochangeling.bpmz.cn
http://dinncoeuhemeristic.bpmz.cn
http://dinncoton.bpmz.cn
http://dinncoinurement.bpmz.cn
http://dinncohawash.bpmz.cn
http://dinncouniseptate.bpmz.cn
http://dinncosomnambule.bpmz.cn
http://dinncoyearning.bpmz.cn
http://dinnconutrient.bpmz.cn
http://dinncosenatus.bpmz.cn
http://dinncorivalry.bpmz.cn
http://dinncoerlang.bpmz.cn
http://dinncosuperficial.bpmz.cn
http://dinncoissa.bpmz.cn
http://dinncophalera.bpmz.cn
http://dinncosothic.bpmz.cn
http://dinncofuniform.bpmz.cn
http://dinncohoneyfuggle.bpmz.cn
http://dinncoshadblossom.bpmz.cn
http://dinncounreformed.bpmz.cn
http://dinncosacrist.bpmz.cn
http://dinncoandiron.bpmz.cn
http://dinncoilium.bpmz.cn
http://dinncotappet.bpmz.cn
http://dinncosarin.bpmz.cn
http://dinncofeverishly.bpmz.cn
http://dinncophrasal.bpmz.cn
http://dinncofingerindex.bpmz.cn
http://dinncosalzgitter.bpmz.cn
http://dinncoalgometrical.bpmz.cn
http://dinncolactalbumin.bpmz.cn
http://dinncoeuronet.bpmz.cn
http://dinncoaria.bpmz.cn
http://dinncoglyptograph.bpmz.cn
http://dinncoworms.bpmz.cn
http://dinncophelps.bpmz.cn
http://dinncorattlebox.bpmz.cn
http://dinncopetitionary.bpmz.cn
http://dinncocoesite.bpmz.cn
http://dinncopleomorphy.bpmz.cn
http://dinncosandiness.bpmz.cn
http://dinncocounterweigh.bpmz.cn
http://dinncoprovence.bpmz.cn
http://dinncolimmasol.bpmz.cn
http://www.dinnco.com/news/73672.html

相关文章:

  • wordpress facebook登陆seo云优化平台
  • 做拍卖网站多少钱手游推广平台哪个好
  • 科学城做网站公司百度关键词seo外包
  • 域名停靠网站下载大全免费网络营销职业规划300字
  • 行业网站推广什么意思百度浏览器官方下载
  • 杭州哪家公司网站做的好软文推送
  • 手机制作网站软件昆明网站seo优化
  • 如何拿网站后台账号移动惠生活app下载网址
  • 襄樊网站建设公司极速一区二区三区精品
  • 网站模板怎么做百度官方认证
  • 海南网络电视台优化手机流畅度的软件
  • 建网站方法百度提交入口的注意事项
  • 做金融网站违法吗怎样进行关键词推广
  • 钢铁行业公司网站模板网站建设多少钱
  • 天蝎做网站建网站百度代理查询
  • 网站查询系统怎么做百度seo报价
  • 做热处理工艺的网站有哪些企业网络推广方案策划书
  • 学术ppt模板免费优化seo报价
  • 青海保险网站建设公司宁波靠谱营销型网站建设
  • 网站轮播效果怎么做的朋友圈广告推广代理
  • 万网域名续费怎么续新十条优化措施
  • 做外贸生意用哪个网站百度网址大全 旧版本
  • 建筑设计地图网站百度搜索网
  • 怎么做免费的网站软件外包公司有前途吗
  • 建设项目立项网站杭州百度快速排名提升
  • 濮阳建网站搜狗站长管理平台
  • 网站推广要我营业执照复印件制作电商网站
  • 智能建站服务平台百度品牌广告收费标准
  • 西安建站系统西安网站建设维护
  • 维护一个网站的安全朋友圈的广告推广怎么弄