1. 首页
  2. 数据库
  3. 其它
  4. brotli webpack plugin:准备资产的Brotli压缩版本以通过Content Encoding提供服务:br 源码

brotli webpack plugin:准备资产的Brotli压缩版本以通过Content Encoding提供服务:br 源码

上传者: 2021-02-08 13:32:44上传 ZIP文件 8.13KB 热度 48次
用于Webpack的brotli插件 该插件使用 , 或库通过压缩算法来压缩资产,通过等提供资源。 安装 npm install --save-dev brotli-webpack-plugin 用法 var BrotliPlugin = require ( 'brotli-webpack-plugin' ) ; module . exports = { plugins : [ new BrotliPlugin ( { asset : '[path].br[query]' , test : / \. ( js | css | html | svg ) $ / , th
下载地址
用户评论