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

This commit is contained in:
Nolan Lawson 2020-12-20 15:33:41 -08:00 committed by GitHub
parent a028a7e880
commit 0afaef350a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
}