alibaba / react-intl-universal

Internationalize React apps. Not only for Component but also for Vanilla JS.
1.33k stars 154 forks source link

feat: export `ReactIntlUniversal` for ECMAScript module loader #191

Closed Cecil0o0 closed 2 years ago

Cecil0o0 commented 2 years ago

when bundler, like vite/rollup, uses standard ECMAScript module loader to load this module, bundler would get the ReactIntlUniversal variable in namespace object, which is different with CommonJS loader...