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

Update README.md #473

Merged
merged 2 commits into from
Mar 31, 2017
Merged

Conversation

briandipalma
Copy link
Contributor

What kind of change does this PR introduce?
Docs

Did you add tests for your changes?
No

If relevant, did you update the README?
Yes

Summary
Previous wording was awkward, not sure the suggested one is perfect so you can reject this.

Does this PR introduce a breaking change?
No

Other information

@jsf-clabot
Copy link

jsf-clabot commented Mar 31, 2017

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Mar 31, 2017

Codecov Report

Merging #473 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #473   +/-   ##
======================================
  Coverage    98.3%   98.3%           
======================================
  Files          10      10           
  Lines         354     354           
  Branches       79      79           
======================================
  Hits          348     348           
  Misses          6       6

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2f562f8...63b70d7. Read the comment docs.

Copy link
Member

@michael-ciniawsky michael-ciniawsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@briandipalma Thx in advance

README.md Outdated
@@ -205,8 +205,9 @@ You can configure the generated ident with the `localIdentName` query parameter
}
```

You can also specify the absolute path to your custom `getLocalIdent` function to generate classname based on a different schema. Note that this requires `webpack >= v2.x.` since to be able to pass function in. For example:
You can also specify the absolute path to your custom `getLocalIdent` function to generate classname based on a different schema. This requires `webpack >= v2.x.` (it supports functions in the `options` object). For example:
Copy link
Member

@michael-ciniawsky michael-ciniawsky Mar 31, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

webpack >= 2.x => webpack >= 2.2.1 bc before that version using functions in options would require to specify an identifier { loader: 'css-loader', options: { ident: 'css-loader', ...options } } to work properly

@briandipalma
Copy link
Contributor Author

Review comment addressed.

Copy link
Member

@michael-ciniawsky michael-ciniawsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@michael-ciniawsky michael-ciniawsky merged commit 2ee7552 into webpack-contrib:master Mar 31, 2017
@michael-ciniawsky michael-ciniawsky removed their assignment Mar 31, 2017
@briandipalma briandipalma deleted the patch-2 branch March 31, 2017 13:24
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.

3 participants