Skip to content

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
```

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: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