Fix settings patch
This commit is contained in:
@ -16,7 +16,7 @@ export default definePlugin({
|
||||
}
|
||||
},
|
||||
{
|
||||
match: /\w\.createElement.+?["']Host ["'].+?\):null/,
|
||||
match: /\w\.createElement.+?["']Host ["'].+?\):null/s,
|
||||
replace: m => {
|
||||
const idx = m.indexOf("Host") - 1;
|
||||
const template = m.slice(0, idx);
|
||||
|
Reference in New Issue
Block a user