Skip to content

update readme.md about addLessLoader#59

Merged
FezVrasta merged 4 commits into
arackaf:masterfrom
onlyling:master
Feb 22, 2019
Merged

update readme.md about addLessLoader#59
FezVrasta merged 4 commits into
arackaf:masterfrom
onlyling:master

Conversation

@onlyling

Copy link
Copy Markdown
Contributor

about CSS Modules.

`.module.less` will use CSS Modules.
we can custom `localIdentName`.

```javascript
const {
    override,
    addLessLoader
} = require('customize-cra');

module.exports = override(
    addLessLoader({
        localIdentName: '[local]--[hash:base64:5]'
    })
);
```
feat: removeModuleScopePlugin (arackaf#55)
@arackaf

arackaf commented Feb 22, 2019

Copy link
Copy Markdown
Owner

@FezVrasta this look ok to you?

@FezVrasta

Copy link
Copy Markdown
Contributor

It's been a year since I used CSS modules so I'm not quite sure honestly

@FezVrasta

Copy link
Copy Markdown
Contributor

Ok double checked the code, it's accurate

@FezVrasta FezVrasta merged commit 01057df into arackaf:master Feb 22, 2019
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