You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Your Webpack config
23
23
Babel plugin traverses all ObjectExpression nodes in order to find messages object.
24
24
When a matching object is found, it extracts useful data (such as IDs) and assigns it to file's context, which is read and processed by Webpack plugin later on.
25
25
Once bundle is about to be emitted, we slice the languages to separate files and make some optimization.
26
-
Each language file can be accessed un`messages/{langCode}.json`.
26
+
Each language file can be accessed at`messages/{langCode}.json`.
27
27
28
28
## Features
29
29
@@ -38,6 +38,17 @@ By default, react-intl-optimizer does not remove unused message pairs, as it's s
0 commit comments