people: Use Unicode normalization for diacritic removal.

Fixes #13481.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2019-12-06 17:51:48 -08:00
committed by Tim Abbott
parent 586a5facc9
commit b932525368
6 changed files with 12 additions and 24 deletions

View File

@@ -11,6 +11,7 @@ module.exports = {
],
plugins: [
"@babel/proposal-class-properties",
["@babel/plugin-proposal-unicode-property-regex", { useUnicodeFlag: false }],
],
sourceType: "unambiguous",
};