fix stylus loader in webpack.dist.config

This commit is contained in:
Carsten Milling
2015-09-21 16:52:35 +02:00
parent 73da256b57
commit 648942401e
+1 -1
View File
@@ -68,7 +68,7 @@ module.exports = {
loader: 'style-loader!css-loader!less-loader'
},<% } %><% if (stylesLanguage === 'stylus') { %> {
test: /\.styl/,
loader: 'style-loader!stylus-loader!less-loader'
loader: 'style-loader!css-loader!stylus-loader'
},<% } %> {
test: /\.(png|jpg|woff|woff2)$/,
loader: 'url-loader?limit=8192'