Skip to content

Commit e811ad8

Browse files
committed
Merge pull request #144 from cmil/webpack-stylus-fix
Fix stylus loader in webpack.dist.config
2 parents 8e81d73 + 6489424 commit e811ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common/_webpack.dist.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module.exports = {
6868
loader: 'style-loader!css-loader!less-loader'
6969
},<% } %><% if (stylesLanguage === 'stylus') { %> {
7070
test: /\.styl/,
71-
loader: 'style-loader!stylus-loader!less-loader'
71+
loader: 'style-loader!css-loader!stylus-loader'
7272
},<% } %> {
7373
test: /\.(png|jpg|woff|woff2)$/,
7474
loader: 'url-loader?limit=8192'

0 commit comments

Comments
 (0)