Commit 91c256ad authored by picklesrus's avatar picklesrus Committed by Chris Garrity

Fix pluralrules polyfill

This should hopefully fix the Safari 12 issues we were having.
parent d22049a2
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
// relativetimeformat depends on locale which also needs to be polyfilled in // relativetimeformat depends on locale which also needs to be polyfilled in
// safari <14 // safari <14
require('@formatjs/intl-locale/polyfill'); require('@formatjs/intl-locale/polyfill');
require('@formatjs/intl-pluralrules'); require('@formatjs/intl-pluralrules/polyfill');
require('@formatjs/intl-relativetimeformat/polyfill'); require('@formatjs/intl-relativetimeformat/polyfill');
require('@formatjs/intl-relativetimeformat/locale-data/en'); require('@formatjs/intl-relativetimeformat/locale-data/en');
require('@formatjs/intl-relativetimeformat/locale-data/ar'); require('@formatjs/intl-relativetimeformat/locale-data/ar');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment