mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-12 12:21:11 +08:00
updated the sass loader version, so installations stops failing
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
"babel": "^4.0.0",
|
"babel": "^4.0.0",
|
||||||
"babel-loader": "^4.0.0",
|
"babel-loader": "^4.0.0",
|
||||||
"grunt-contrib-clean": "~0.6.0",<% if (stylesLanguage.match(/s[ac]ss/)) { %>
|
"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') { %>
|
"less-loader": "^2.0.0",<% } %><% if (stylesLanguage === 'stylus') { %>
|
||||||
"stylus-loader": "^0.5.0",<% } %>
|
"stylus-loader": "^0.5.0",<% } %>
|
||||||
"react-hot-loader": "^1.0.7"
|
"react-hot-loader": "^1.0.7"
|
||||||
|
|||||||
Reference in New Issue
Block a user