Skip to content

Commit c9577be

Browse files
committed
Merge commit 'c4971f0d757ddba947fd407e5bcfdea2afb72345'
2 parents c18f0fa + c4971f0 commit c9577be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ Setup:
161161
{
162162
test: /\.css$/,
163163
loaders: [
164-
'style?sourceMap',
165-
'css?modules&importLoaders=1&localIdentName=[path]___[name]__[local]___[hash:base64:5]'
164+
'style-loader?sourceMap',
165+
'css-loader?modules&importLoaders=1&localIdentName=[path]___[name]__[local]___[hash:base64:5]'
166166
]
167167
}
168168
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-css-modules",
33
"description": "Seamless mapping of class names to CSS modules inside of React components.",
4-
"main": "./dist/",
4+
"main": "./dist/index.js",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/gajus/react-css-modules"

0 commit comments

Comments
 (0)