mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
updated the sass loader version, so installations stops failing
This commit is contained in:
parent
deeee48760
commit
ab25717ed9
@ -42,7 +42,7 @@
|
||||
"babel": "^4.0.0",
|
||||
"babel-loader": "^4.0.0",
|
||||
"grunt-contrib-clean": "~0.6.0",<% if (stylesLanguage.match(/s[ac]ss/)) { %>
|
||||
"sass-loader": "^0.3.1",<% } %><% if (stylesLanguage === 'less') { %>
|
||||
"sass-loader": "^1.0.1",<% } %><% if (stylesLanguage === 'less') { %>
|
||||
"less-loader": "^2.0.0",<% } %><% if (stylesLanguage === 'stylus') { %>
|
||||
"stylus-loader": "^0.5.0",<% } %>
|
||||
"react-hot-loader": "^1.0.7"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user