Results 7 comments of novel

`vue-bulma-quill/src/Quill.vue` 模板有 `lang=styl` 解析error 为什么 会自动加载 `styl-loader`

好像是因为 `styl-loader!../../vue-loader/lib/selector?type=styles&index=0!` `styl-loader` 找不到 为什么会加载` styl-loader`

@fundon ``` stylus:0.54.5 stylus-loader: 2.5.0 ``` 版本是满足的 . 是不是因为` laravel-min` 使用 `webpack module.rules[]` 配置选项了呢?

@fundon 是这样的!! rules配置 覆盖了 loaders配置 但是出现 #118 一样的问题了

``` $ npm update -d npm info it worked if it ends with ok npm info using [email protected] npm info using [email protected] ...... +-- [email protected] +-- [email protected] +-- [email protected] +--...

@fundon @tylerjheslop 完美解决了 谢谢你们