Static GitHub Issues

[2997] extractCSS - no plugins CSS on prod build

prev: Use environment variables inside nuxt.config.js
next: document is not defined from webpack in SSR

I have a lot of shared SASS code on assets directory and would like to use extractCSS for build option. Tested and works... but not completely - there are no CSS styles for plugins that I use in app. In this case, from vue-js-modal. I use this plugin in config:

{ src: '~/plugins/vue-js-modal', ssr: true },

What should I change to fix it?

<!--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/c2597">#c2597</a>)</em></sub></div>