-
-
Notifications
You must be signed in to change notification settings - Fork 606
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
Locals and ExtractTextPlugin #71
Comments
@sokra Can you confirm your example works here: #59 (comment) Specifically this:
Only difference in my code is I am not using |
This should work. I've done it here already : https://github.com/webpack/react-starter |
If I set |
Hold on, my plugin is very out of date. Let me try upgrade. |
Fixed. Was on v0.3 of the extract text plugin. Silly me, apologies! |
When I use local-scoped vars the
require
statement returns the selector names.But when I use the
ExtractTextPlugin
, the selectors are no longer returned.Should
ExtractTextPlugin
pass through the selectors hash fromcss-loader
?The text was updated successfully, but these errors were encountered: