上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: 转载请注明 来源:http://www.eword.name/ Author:eword Email:eword@eword.name webpack的js兼容性处理 js兼容性检查主要用到的 loader 有 babel-loader@8.3.0 @babel/core@7.14.6 @babel 阅读全文
posted @ 2023-08-21 00:26 影乌 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 转载请注明 来源:http://www.eword.name/ Author:eword Email:eword@eword.name webpack开发环境优化: HMR 热加载功能 HMR:hot module replacement 热模块替换/模块热替换 作用:一个模块发生变化,只会重新打包 阅读全文
posted @ 2023-08-21 00:26 影乌 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 转载请注明 来源:http://www.eword.name/ Author:eword Email:eword@eword.name webpack开发环境优化:开发调试环境配置(source-map) 一、source-map配置详解 source-map: 种提供源代码到构建后代码映射技术(如 阅读全文
posted @ 2023-08-21 00:26 影乌 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 转载请注明 来源:http://www.eword.name/ Author:eword Email:eword@eword.name webpack生产环境优化:oneOf 配置 放在oneOf代码块中的 loader 只会匹配一个,避免每一个文件在打包时每个loader都要过一遍。 注意:不能有 阅读全文
posted @ 2023-08-21 00:26 影乌 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 转载请注明 来源:http://www.eword.name/ Author:eword Email:eword@eword.name webpack提取 CSS 成单独文件 提取css 成单独文件需要用到 mini-css-extract-plugin插件 一、提取 css 的核心配置 // we 阅读全文
posted @ 2023-08-21 00:25 影乌 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 转载请注明 来源:http://www.eword.name/ Author:eword Email:eword@eword.name webpack的css 兼容性处理 处理 css 兼容性需要使用到 postcss-loader 和postcss-preset-env 两个插件 一、css 兼容 阅读全文
posted @ 2023-08-21 00:25 影乌 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 转载请注明 来源:http://www.eword.name/ Author:eword Email:eword@eword.name webpack压缩 CSS 文件 压缩 CSS 文件需要使用到 optimize-css-assets-webpack-plugin插件 一、压缩 css 文件的核 阅读全文
posted @ 2023-08-21 00:25 影乌 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 转载请注明 来源:http://www.eword.name/ Author:eword Email:eword@eword.name webpack配置js 语法检查 eslint js 语法检查主要用到的 loader 和插件有:eslint-loader eslint eslint-confi 阅读全文
posted @ 2023-08-21 00:25 影乌 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 转载请注明 来源:http://www.eword.name/ Author:eword Email:eword@eword.name webpack打包 html 资源 一、打包 html文件的核心配置 // webpack.config.js webpack的配置文件 // 路径: ./webp 阅读全文
posted @ 2023-08-21 00:24 影乌 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 转载请注明 来源:http://www.eword.name/ Author:eword Email:eword@eword.name webpack打包其他资源 其他资源:可以定位为“不需要做任务处理,只要直接打包输出就可以的资源”,比如icon图标资源、字体资源等 打包其他资源只需要使用到 fi 阅读全文
posted @ 2023-08-21 00:24 影乌 阅读(13) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 11 下一页