-
Notifications
You must be signed in to change notification settings - Fork 268
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
addLessLoader does not work with css-loader ^3.0.0 #134
Comments
Hi @m-weeks, sorry for taking so long to get back to you. I've added you to the project's contributors for reporting this issue. Thanks for helping out! I've added this to the 1.0 milestone as this would require a breaking change on our end. This is related to #138. |
Now create-react-app is still using [email protected], need to wait for it to upgrade dependencies. |
@onlyling Good catch. |
|
#185 has been published under |
I have trouble in here, but mybe it could change to:
|
So with css-loader version 3+, the option
localIdentName
is no longer supported, and themodules
option has become an object that can contain thelocalIdentName
option.This causes addLessLoader to error if using this version of css-loader because the old
localIdentName
option is still being given:You can see the change described above here:
https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#breaking-changes
The text was updated successfully, but these errors were encountered: