[Vuejs]-Hosting the production build css of nuxt app to CDN?

0👍

Have you tried the extractCSS option?

It should work given your components are not async.

https://nuxtjs.org/api/configuration-build/#extractcss

Leave a comment