From 641646c5f552f139003eeb4a0e6085d48537c8e6 Mon Sep 17 00:00:00 2001 From: Andrew Koroluk Date: Wed, 28 Dec 2016 17:49:29 -0500 Subject: [PATCH] fix(css): fix stylus-loader options --- templates/app/webpack.make.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app/webpack.make.js b/templates/app/webpack.make.js index 6c04a7449..77907fff0 100644 --- a/templates/app/webpack.make.js +++ b/templates/app/webpack.make.js @@ -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')