I wasn't sure whether to start a new issue, or post on a related issue such as https://github.com/nuxt/nuxt.js/issues/471 or https://github.com/nuxt/nuxt.js/issues/333.
Since they are both closed, I decided to go for the new one.
I want to load a single separate large css file for the entire site, that after the initial development won't change too often. It's too large for the new embedded css.
So, my question is, how can I add an additional stylesheet entry point to webconfig?
It doesn't need to do anything fancy, just go through a scss file and its imports and create an additional style sheet (minified in production, etc). Styles in components can use the embedded css.
I know how to do this in vanilla webconfig, but I haven't worked out how to do it in nuxt.config.js without messing with the existing entry points.
Any tips appreciated...
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This feature request is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c414">#c414</a>)</em></sub></div>