How to inline css in html for ssr+pwa
-
I’m using quasar in ssr+pwa mode and I’m looking for a way to inline css directly into html. I’ve tried to use html-inline-css-webpack-plugin into the extendWebpack part in quasar.conf.js but it seems to be completely ignored. Any idea how to do this ?
-
I am also interested in this topic. Would be glad to get a solution.