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

Support for nuxt-vite? #47

Open 149segolte opened 3 years ago

149segolte commented 3 years ago

Will this project support Nuxt-Vite? Since Nuxt's default bundler (@nuxt/webpack) can be replaced by a nuxt module. It would be nice to have this package bundler independent.

robcresswell commented 3 years ago

If you want to open a PR to add support, please do!