Skip to content

Commit a314441

Browse files
committed
Fixed webpack build failed
Webpack build was failed because of webpack-contrib/css-loader#145
1 parent 270b693 commit a314441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"babel-loader": "^5.3.2",
3333
"clean-webpack-plugin": "^0.1.3",
3434
"compass-mixins": "^0.12.7",
35-
"css-loader": "^0.19.0",
35+
"css-loader": "^0.18.0",
3636
"eslint": "^1.5.1",
3737
"eslint-loader": "^1.0.0",
3838
"expose-loader": "^0.7.0",

0 commit comments

Comments
 (0)