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

Can i use it as a `buildModules`? #14

Closed LuXDAmore closed 4 years ago

LuXDAmore commented 4 years ago

Nuxt v2.9 suggest to use 'static modules' as build modules.. It's possible with this one?

Read here - and here

robcresswell commented 4 years ago

Perhaps you could test it and let me know?

LuXDAmore commented 4 years ago

Yes, it's possible and i think it's the suggested way 🚀

Can i open a PR to update the README file with this advice?

robcresswell commented 4 years ago

Please do :smile:

LuXDAmore commented 4 years ago

@robcresswell Done PR

azrikahar commented 4 years ago

@robcresswell I believe we can close this issue now with the merging of #15 earlier today. Thanks @LuXDAmore !

robcresswell commented 4 years ago

Good point, closed

LuXDAmore commented 4 years ago

Thank You!!

@azrikahar @robcresswell