Skip to content

Commit c8f725f

Browse files
authored
Merge pull request #2433 from angular-fullstack/fix/webpack-stylus
fix(css): fix stylus-loader options
2 parents 18f5cdd + 641646c commit c8f725f

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)