Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

v1.0.3 — Fixed Support for ES3 + Browserify/Webpack

Compare
Choose a tag to compare
@ericf ericf released this 23 Jan 23:31
· 44 commits to master since this release

This patch release actually fixes the issue brought up in formatjs/intl-messageformat#90 so that the Browserify/Webpack output is compatible with ES3 environments. The previous release had .defaults in the transpiled CommonJS modules, the es6-module-transpiler has been updated to fix that, and this release contains those fixes.