Skip to content

Commit db93d96

Browse files
committed
chore(docs): fix site config
1 parent aa59953 commit db93d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module.exports = {
6767
jsRule.exclude
6868
.clear()
6969
.add((filepath) => {
70-
if (/node_modules\/yaml\//u.test(filepath)) {
70+
if (/node_modules\/(?:yaml|minimatch)\//u.test(filepath)) {
7171
return false;
7272
}
7373
for (const fn of original) {

0 commit comments

Comments
 (0)