We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a1317 commit 11ba2f8Copy full SHA for 11ba2f8
README.md
@@ -48,7 +48,7 @@ module.exports = {
48
loaders: [
49
{
50
test: /\.react.css$/,
51
- loader: 'babel-loader!react-css-components/webpack',
+ loader: 'babel-loader!react-css-components',
52
}
53
]
54
examples/webpack/webpack.config.js
@@ -17,7 +17,7 @@ module.exports = {
17
18
19
20
21
},
22
23
test: /\.js$/,
package.json
@@ -3,6 +3,7 @@
3
"version": "0.6.9",
4
"description": "Define styled React components using CSS based module format",
5
"main": "lib/index.js",
6
+ "webpackLoader": "webpack.js",
7
"babel": {
8
"plugins": [
9
"ast-literal"
0 commit comments