Open milad-alizadeh opened 5 years ago
If it helps I have set up a very simple reproduction repo for this.
https://gitlab.com/Spittal/ssr-repro
I should mention that not only is the CSS not minified, but the comments have not been stripped.
you can add cssnano plugin to postcss config
Not a frontend developer. How does one configure css nano.
For anyone that has this issue see https://github.com/Akryum/vue-cli-plugin-ssr/issues/37#issuecomment-490460449 . Adding cssnano to your postcss config will do the trick
Could we please have the critical css generated in the style tag minified?