Skip to content

rxaviers/react-globalize-webpack-plugin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

react-globalize webpack plugin

Webpack, React, and Globalize versions

Starting from v2.0.0, only webpack 3 is supported. If you need support for webpack 2, use our v1.x releases. If you need support for webpack 1, use our v0.x releases.

react-globalize-webpack-plugin webpack react globalize
2.x ^3.0.0 * ^1.3.0
1.1.x ^2.2.0 * ^1.3.0
1.0.x ^2.2.0 * ^1.1.0 <1.3.0
0.5.x ^1.9.0 * ^1.3.0
0.4.x ^1.9.0 * ^1.1.0 <1.3.0

Usage

Please read Globalize Webpack Plugin documentation. Usage is very similar, but with one more attribute:

  • writeMessages: writes new default messages for all supported locales under the messages filepath specified.

writeMessages requires messages to be set.

Also, see react-globalize and Globalize.