Intl polyfill for be locale

This commit is contained in:
SleepWalker 2016-06-18 19:57:34 +03:00
parent a915424259
commit a5797f0172

View File

@ -43,7 +43,7 @@ export default {
require.context(
'bundle?name=[name]-polyfill-data!intl/locale-data/jsonp',
false,
/\.\/(en|ru)\.js$/
/\.\/(en|ru|be)\.js$/
)(`./${locale}.js`)(resolve);
});
}));