-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with ExtractTextPlugin on SCSS #51
Comments
I'm having the same problem. Ultimately, I had to remove I can't quite put my finger on what the code is doing to transform it from a Lines 68 to 71 in 9985f1f
A big question of mine was, do I have to specify the entire loader chain in both the |
|
I'm actually running into one more problem related to this: source-maps. This works:less: ExtractTextPlugin.extract('css!less') This does not:less: ExtractTextPlugin.extract('css?sourceMap!less?sourceMap') |
Fixed in 0.6.3 |
This is awesome! Thank you for an gorgeous framework! |
@dannyfritz fixed again in 6.0.4 :) Should have proper souce map support now |
@yyx990803 I could shed a tear it is so beautiful. Thanks for the awesome quick turn arounds! 😂 |
Extraction of CSS works absolutely OK.
But when I use "lang='sass'" I get this:
My webpack.config.js:
Tested css extraction on "vue-loader-example". The same problem. Here is config:
Thanx in advance!
The text was updated successfully, but these errors were encountered: