Merge pull request #144 from cmil/webpack-stylus-fix

Fix stylus loader in webpack.dist.config
This commit is contained in:
Chris 2015-09-21 19:41:36 +02:00
commit e811ad8de0

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'