react-intl-universal v2.0.3 Release Notes

Release Date: 2019-05-23 // almost 5 years ago
  • ๐Ÿš€ In this release, common locale data will not be loaded from CDN anymore. #84
    Please require the locale data like this:

    require('intl/locale-data/jsonp/en.js');
    require('intl/locale-data/jsonp/zh.js');
    

    ๐Ÿ‘€ See the example.