-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Support for Less files #204
Conversation
Very nice. 👍 |
Well well well... So, everywhere in webpack configs you have
No wonder it throws an Exception while JSON parsing less modules - because you don't use "modules" parameter for "css" loader. |
@nicolabortignon |
Ok, I'd say I prefer to stick with the same modules used in the scss loader. If you agree with me, I'll PR the fix. |
@nicolabortignon I personally don't use the "modules" feature of css-loader but the difference between |
Added support for less file.
Sass is still used uniquely throughout the examples, but now is possible to require() .less files as well.