-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Update less dependency to 2.x #22
Comments
Just wanted to leave a note that the less-loader currently doesn't run with less 2.x as they have changed something internally. Needs further investigation. |
Sure, I’m quite happy to investigate this 😀
|
Go ahead! We appreciate every contribution (and the source code is fairly easy to understand) 👍 |
It seems like the less-loader needs a thorough rewrite. Less 2.0 provides a plugin mechanism which should be used by the less-loader instead. We can use the less-plugin-npm-import as blueprint. |
+1 ) |
+1 :) |
+1, I think using the plugin support will fix the issues I've been having. Currently I'm using the gulp-less plugin in my build alongside gulp-webpack + less-loader for some other stuff. Both have a dependency on less and they do not play well together at all. I think it's actually less-loader overwriting the less.Parser.fileLoader that is breaking things, but haven't dug far enough into it to find out. |
why was this closed? the less-loader has yet to be rewritten. |
less 2.0 support has been shipped with #28 |
The current dependency is
^1.5
.The text was updated successfully, but these errors were encountered: