perf: remove lookup-closest-locale (#1911)
This commit is contained in:
parent
a028a7e880
commit
0afaef350a
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue