mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-29 08:20:21 +05:30
Intl polyfill for be locale
This commit is contained in:
parent
a915424259
commit
a5797f0172
@ -43,7 +43,7 @@ export default {
|
|||||||
require.context(
|
require.context(
|
||||||
'bundle?name=[name]-polyfill-data!intl/locale-data/jsonp',
|
'bundle?name=[name]-polyfill-data!intl/locale-data/jsonp',
|
||||||
false,
|
false,
|
||||||
/\.\/(en|ru)\.js$/
|
/\.\/(en|ru|be)\.js$/
|
||||||
)(`./${locale}.js`)(resolve);
|
)(`./${locale}.js`)(resolve);
|
||||||
});
|
});
|
||||||
}));
|
}));
|
||||||
|
Loading…
Reference in New Issue
Block a user