Skip to content

Commit 641646c

Browse files
committed
fix(css): fix stylus-loader options
1 parent d2cc15a commit 641646c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/app/webpack.make.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ module.exports = function makeWebpackConfig(options) {
238238
// Stylus LOADER
239239
// Reference: https://github.com/
240240
test: /\.styl$/,
241-
loaders: ['style', 'css', 'stylus'],
241+
loaders: ['style', 'css', 'stylus?paths=node_modules/bootstrap-styl'],
242242
include: [
243243
path.resolve(__dirname, 'node_modules/bootstrap-styl/bootstrap/*.styl'),
244244
path.resolve(__dirname, 'client/app/app.styl')

0 commit comments

Comments
 (0)