Skip to content

Commit a8b2688

Browse files
nicholaslee119kazupon
authored andcommitted
Update advanced.md (#742)
refer to #697
1 parent 2f6fbe3 commit a8b2688

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/zh-cn/configurations/advanced.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ module.exports = {
4545
postLoaders: {
4646
html: 'babel-loader'
4747
}
48+
49+
         // `excludedPreLoaders` 的内容是正则表达式
50+
         // 你可以用来从 Loader chain 上剔除那些你不需要 vue-loader 处理的 preloader
51+
         // 最常用的就是各种 lint
52+
         excludedPreLoaders: /(eslint-loader)/
4853
}
4954
}
5055
]

0 commit comments

Comments
 (0)