I'm running nuxt using nuxt.renderer behind express with nuxt_config.dev = false. I can confirm that the webpack middleware and no HMR is running. However, I still see that extract css is not getting everything and some style tags are being generated in the head after the js bundles.
Can someone please help debug or is this the expected behavior? If I wanted to ensure no head styles are generated what can I do?
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c336">#c336</a>)</em></sub></div>