Skip to content
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

add useful options section in readme #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ianmcnally
Copy link

I thought it may be helpful to add a "useful loader options" section to this demo. In a project of mine, I found the camelCase query param very helpful. It allowed me to keep dashes in my css class names and camel cased variables in my javascript.

The problem was that it took me some time to figure out how to accomplish this. I traced it back from css-modules, to this demo, to css-loader (related PR there: https://github.com/webpack/css-loader/pull/242/files). So I was hoping to spare future css-modules users the time by pointing them in the right direction here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant