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:Don't compress server files #46

Open enwin opened 3 years ago

enwin commented 3 years ago

When building nuxt in universal mode, skip assets compression for the server since they wont be used by nodejs.

robcresswell commented 3 years ago

Oh cool! Good idea, I'll take a look at this over the weekend

tomhatzer commented 2 years ago

Hey @robcresswell, any news on this one?

Thank you very much and have a great day!

Best wishes Tom