perf: remove lookup-closest-locale (#1911)

up-emo
Nolan Lawson 2020-12-20 15:33:41 -08:00 zatwierdzone przez GitHub
rodzic a028a7e880
commit 0afaef350a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -25,7 +25,8 @@ const resolve = {
alias: {
// All browsers we target support Intl.PluralRules, so format-message-interpret can fall back to that. This file is
// pretty big (9.83kB) and it's not needed.
'./plurals': 'lodash-es/noop'
'./plurals': 'lodash-es/noop',
'lookup-closest-locale': 'lodash-es/noop' // small, but also not needed
}
}