Static GitHub Issues

[1453] css @import "~font-awesome/.." is broken in RC

prev: Why the Custom Loading Component may not work?[re-open]
next: App freezing after middleware

After the update to RC I cant Import Node Modules anymore the standard way with @import "~font-awesome/... but have to remove it @import "font-awesome/.... But this behavior breaks all other stuff that is relying on the standard way. In our case we use vue-styleguidist which than can't resolve the scss imports anymore (uses it's own webpack config).

I tried to fix that with the webpack alias but can't find any way that satisfies both.

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