gborcherds9 years ago Best Answer Level 4ReplyReport SpamYes, that's all you need to do. mix.webpackConfig({ module: { loaders: [{ test: /\.styl$/, loader: 'css-loader!stylus-loader?paths=node_modules/bootstrap-stylus/stylus/' }] } }); Something like that should work, I didn't test it though. Like Reply 5 likes
wearecontrast8 years agoLevel 4ReplyReport SpamNote that from Webpack 2 onwards the syntax is module.rules not module.loaders. Took me a while to find that. More details on this Like Reply 7 likes
sadhakbj7 years agoLevel 17ReplyReport Spam@ludo237 did this work for you ? @jeff has given this answer on github: https://github.com/JeffreyWay/laravel-mix/issues/145 I need to fix the similar issue now i am stuck. Like Reply