-
-
Notifications
You must be signed in to change notification settings - Fork 608
getLocalIdent not working #389
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
Comments
+1 |
3 similar comments
+1 |
+1 |
+1 |
In accordance with results of my exploration there is no function Hope it will help. |
This will fix webpack-contrib#389
Tested this with latest Webpack (as of this writing, 2.2.0-rc.2) and I'm getting the same issues. getLocalIdent is completely ignored. |
css-loader@0.23.1 which is the latest version and Webpack@2.1.0-beta.28. |
+ 1 |
++ 1 |
+1 |
Fixed by either installing webpack >= v2.2.1 or adding an {
loader: 'css-loader',
options: {
ident: 'css'
...options
}
} |
I'm using css-loader@0.26.1 which is the latest version and Webpack@2.1.0-beta.25.
My css file loaders configuration is below
no output in the console, the function is not even called
The text was updated successfully, but these errors were encountered: