-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
3.11: @import (less) broken #3474
Comments
We're seeing this issue too. Changelogs haven't been updated yet, so no word on if there was a syntax or functionality change. |
This broke 3 of our projects as well. We dropped the markers, I suppose if a file really uses less syntax, it should be called *.less. So it's mostly a little inconvenience. |
Please see if this is fixed on 3.11.1 |
3.11.1 solved this problem for me |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
im my less code:
before 3.11: import
node_modules/normalize.css/normalize.css
as less code into my less fileafter 3.11: Less try to find file
node_modules/normalize.css/normalize.css.less
and because this file does noe exist, building failedHere's the error info from Webpack
The text was updated successfully, but these errors were encountered: