robcresswell / nuxt-compress

A simple static asset compression module for Nuxt that runs Gzip and Brotli compression during the build process
https://www.npmjs.com/package/nuxt-compress
MIT License
102 stars 9 forks source link

feat: compression-webpack-plugin 5.x #22

Closed robcresswell closed 4 years ago

robcresswell commented 4 years ago

BREAKING CHANGE: This patch bumps compression-webpack-plugin to 5.x

Given that this library is only a light wrapper around these plugins, publishing a cautious breaking change seems sensible. The changelog for compression-webpack-plugin can be found here: https://github.com/webpack-contrib/compression-webpack-plugin/releases/tag/v5.0.0