From 648942401e79bed749802478306183082d0c3761 Mon Sep 17 00:00:00 2001 From: Carsten Milling Date: Mon, 21 Sep 2015 16:52:35 +0200 Subject: [PATCH] fix stylus loader in webpack.dist.config --- templates/common/_webpack.dist.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/common/_webpack.dist.config.js b/templates/common/_webpack.dist.config.js index 92ba586..c502608 100644 --- a/templates/common/_webpack.dist.config.js +++ b/templates/common/_webpack.dist.config.js @@ -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'