css @import "~font-awesome/.." is broken in RC
[issue link]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.