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: Raise compression-webpack-plugin version #12

Closed robcresswell closed 4 years ago

robcresswell commented 4 years ago

BREAKING CHANGE: As one of this modules key dependencies has changed its support target, I've also raised the minimum on nuxt-compress, so marking this as a breaking change and adding "engines" to the package.json

See https://github.com/webpack-contrib/compression-webpack-plugin/releases/tag/v4.0.0 for further details