-
brotli-webpack-plugin:准备资产的Brotli压缩版本以通过Content-Encoding提供服务:br下载
资源介绍
用于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