nuxt-compress
nuxt-compress copied to clipboard
Support for Nuxt3 ?
trafficstars
Will this project support Nuxt3? And is this going to be supported by the maintainers of this project?
Doesn't seem to have all the features this package does, but now text compression is native to Nuxt 3. Try it out, it worked for me!
import { defineNuxtConfig } from 'nuxt'
export default defineNuxtConfig({
nitro: {
compressPublicAssets: true,
},
})
https://stackoverflow.com/questions/72882000/how-do-i-make-my-nuxt-app-v3-serve-mjs-br-brotli-files-instead-of-the-regul
Ah, I see Nuxt 3 is finally stable. I'll take a look soon at what I need to do here