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
103 stars 9 forks source link

feat: Update compression plugin #31

Closed robcresswell closed 4 years ago

robcresswell commented 4 years ago

BREAKING CHANGE: Updating the webpack compression plugin, which this wraps. Given that it has breaking changes, and this library is only a thin wrapper, also marking as a breaking change here.

See https://github.com/webpack-contrib/compression-webpack-plugin/releases/tag/v6.0.0 for info on the breaking changes