Skip to content

Commit 53a6b92

Browse files
committed
fix: move processHrefLink option to plugin options where it belongs
1 parent e1c42cc commit 53a6b92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/loader-options.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
},
2121
"reloadAll": {
2222
"type": "boolean"
23-
},
24-
"processLinkHref": {
25-
"instanceof": "Function"
2623
}
2724
}
2825
}

src/plugin-options.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@
2525
}
2626
]
2727
}
28+
},
29+
"processLinkHref": {
30+
"instanceof": "Function"
2831
}
2932
}

0 commit comments

Comments
 (0)