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

v1.0.2 — Actually Fixed ES3 Support When Using Browserify/Webpack

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

This patch release actually fixes support for ES3 environments when using Browserify or Webpack to bundle intl-messageformat-parser. 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.

See: formatjs/intl-messageformat#90