forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
410cc171c6
commit
c6ea6de5c2
1 changed files with 8 additions and 9 deletions
|
@ -233,15 +233,14 @@ module.exports = {
|
||||||
}, {
|
}, {
|
||||||
loader: 'replace',
|
loader: 'replace',
|
||||||
query: {
|
query: {
|
||||||
|
qs: [{
|
||||||
search: i18nPattern.toString(),
|
search: i18nPattern.toString(),
|
||||||
replace: 'i18nReplacement',
|
replace: 'i18nReplacement',
|
||||||
i18n: true
|
i18n: true
|
||||||
}
|
|
||||||
}, {
|
}, {
|
||||||
loader: 'replace',
|
|
||||||
query: {
|
|
||||||
search: faPattern.toString(),
|
search: faPattern.toString(),
|
||||||
replace: 'faReplacement'
|
replace: 'faReplacement'
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
}]
|
}]
|
||||||
|
|
Loading…
Reference in a new issue