We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c18f0fa + c4971f0 commit c9577beCopy full SHA for c9577be
README.md
@@ -161,8 +161,8 @@ Setup:
161
{
162
test: /\.css$/,
163
loaders: [
164
- 'style?sourceMap',
165
- 'css?modules&importLoaders=1&localIdentName=[path]___[name]__[local]___[hash:base64:5]'
+ 'style-loader?sourceMap',
+ 'css-loader?modules&importLoaders=1&localIdentName=[path]___[name]__[local]___[hash:base64:5]'
166
]
167
}
168
```
package.json
@@ -1,7 +1,7 @@
1
2
"name": "react-css-modules",
3
"description": "Seamless mapping of class names to CSS modules inside of React components.",
4
- "main": "./dist/",
+ "main": "./dist/index.js",
5
"repository": {
6
"type": "git",
7
"url": "https://github.com/gajus/react-css-modules"
0 commit comments