I have a website made with NUXT (VUE framework) and when compiling it, it doesn't compress the CSS files, giving me a very long HTML code.
I generate the files with a yarn generate, I suppose that I must put something in the configuration files so that it compresses the CSS.
Can you help me?
Thanks