Skip to content

Commit

Permalink
fix(css): fix stylus-loader options
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Dec 28, 2016
1 parent d2cc15a commit 641646c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/app/webpack.make.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ module.exports = function makeWebpackConfig(options) {
// Stylus LOADER
// Reference: https://github.com/
test: /\.styl$/,
loaders: ['style', 'css', 'stylus'],
loaders: ['style', 'css', 'stylus?paths=node_modules/bootstrap-styl'],
include: [
path.resolve(__dirname, 'node_modules/bootstrap-styl/bootstrap/*.styl'),
path.resolve(__dirname, 'client/app/app.styl')
Expand Down

0 comments on commit 641646c

Please sign in to comment.