File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ module.exports = {
48
48
loaders: [
49
49
{
50
50
test: / \. react. css$ / ,
51
- loader: ' babel-loader!react-css-components/webpack ' ,
51
+ loader: ' babel-loader!react-css-components' ,
52
52
}
53
53
]
54
54
}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module.exports = {
17
17
loaders : [
18
18
{
19
19
test : / \. r e a c t .c s s $ / ,
20
- loader : 'babel-loader!react-css-components/webpack ' ,
20
+ loader : 'babel-loader!react-css-components' ,
21
21
} ,
22
22
{
23
23
test : / \. j s $ / ,
Original file line number Diff line number Diff line change 3
3
"version" : " 0.6.9" ,
4
4
"description" : " Define styled React components using CSS based module format" ,
5
5
"main" : " lib/index.js" ,
6
+ "webpackLoader" : " webpack.js" ,
6
7
"babel" : {
7
8
"plugins" : [
8
9
" ast-literal"
You can’t perform that action at this time.
0 commit comments