formatjs / handlebars-intl

Handlebars helpers for internationalization.
http://formatjs.io/handlebars/
Other
265 stars 28 forks source link

Improve browser bundling with Browserify/Webpack #56

Closed ericf closed 9 years ago

ericf commented 9 years ago

This preps this package for v1.0.1, by updating the intl-* dependencies, and refactors this package to be more inline with how react-intl is structured.

The "browser" field has been added to the package.json to ignore all the locale data, expect English, when bundling with Browserify or Webpack.


Note: The build will likely fail because of https://github.com/benjamn/recast/issues/135

yahoocla commented 9 years ago

CLA is valid!

caridy commented 9 years ago

LGTM, but tests are still failing.

ericf commented 9 years ago

Test are now passing since recast@0.9.11 was released and it fixed the build issue.