module.exports={plugins:[newCompressionPlugin({test:/\.js(\?.*)?$/i,}),],}; include Type: typeinclude=string|RegExp|Array<string|RegExp>; Default:undefined Include all assets matching any of these conditions. webpack.config.js module.exports={plugins:[newCompressionPlugin({include:/\/inc...
include mime.types; default_type application/octet-stream; #log_format main '$remote_addr - $remote_user [$time_local] "$request" ' # '$status $body_bytes_sent "$http_referer" ' # '"$http_user_agent" "$http_x_forwarded_for"'; ...
include mime.types; default_type application/octet-stream;sendfile on; #tcp_nopush on; #keepalive_timeout0; keepalive_timeout65; # 开启gzip gzip on; # 设置缓冲区大小 gzip_buffers416k; #压缩级别官网建议是6 gzip_comp_level6; #压缩的类型 gzip_types text/plain application/javascript text/css...
http { include mime.types; default_type application/octet-stream; sendfile on; #tcp_nopush on; #keepalive_timeout 0; keepalive_timeout 65; gzip_static on; server { listen 8462; server_name localhost; location / { root dist; index index.html index.htm; } error_page 500 502 503 504 ...
test/include/exclude types (#379) (4c9f6f4) 11.0.0 (2024-01-15)⚠ BREAKING CHANGESminimum supported Node.js version is 18.12.0 (2ef7b37) 10.0.0 (2022-05-17)⚠ BREAKING CHANGESdefault filename is [path][base].br for brotli (#286) minimum supported Node.js version is 14.15.0 (...
v11.1.0 webpack-contrib/compression-webpack-pluginPublic Sponsor NotificationsYou must be signed in to change notification settings Fork108 Star1.4k Releases v11.1.0 Latest Compare alexander-akaitreleased this27 Feb 14:31 ·13 commitsto master since this release...