wc-loader
wc-loader copied to clipboard
Support for <link rel="stylesheet"> with an SCSS target
Is it possible to combine wc-loader with sass-loader?
I have currently a work around by referencing my stylesheet from my dist folder after processing scss with sass-loader and using ExtractTextPlugin.
It would be ne nice if you could simply use
<link rel="stylesheet" href="my.scss">
inside the webcomponents.
Regards Florian