Overview of @rushstack/webpack4-localization-plugin
mainThe @rushstack/webpack4-localization-plugin is a Webpack plugin that produces bundles containing multiple locale variants of embedded strings.
Key features include:
- Out-of-the-box support for
.resx(XML format) and.loc.json(JSON format) files. - Support for
.resjsonfiles. - Ability to generate typings for localized resources.
- Support for both direct resource references and dynamic imports of async chunks containing localized data.