globalize-webpack-plugin icon indicating copy to clipboard operation
globalize-webpack-plugin copied to clipboard

Globalize.js webpack plugin

Results 30 globalize-webpack-plugin issues
Sort by recently updated
recently updated
newest added

I'm having a problem using the globalize-webpack-plugin when production is set to true. My application allows switching locales on the fly. It also looks at some cldr data within globalize...

it appears that there's no way to specify that the messages should be included in the entry chunk instead of in separate language specific chunks. typically (as in i don't...

I ran into a case where `globalizeModuleIdsMap[moduleName]` is undefined for globalize/number. It's a production process. We should throw an error in case that happen.

ProvidePlugin allows webpack to inject a "require" statement into your code for you. This is extremely convenient for modules that are used throughout your codebase. In development mode a single...

If I want to use Globalize.loadMessages(), is that possible? Currently, I am receiving an error when trying to add a translation during runtime. For example, I want to encapsulate some...

This might need changes to `globalize-compiler` as well, but I wanted to get your thoughts on a possible approach. For certain locales, we've been getting invalid ICU message strings back...

As it can be seen from the related discussion (https://github.com/jquery/globalize/pull/481#issuecomment-140289579), the requirement of static formatting rules took me by surprise. Now the globalization works as expected, but to get there...

On https://github.com/jquery/globalize/pull/481, @sompylasar has raised a different use case that requires a custom function to return Globalize messages. So, the goal of this issue make the messages option to either...

As I understand from the doc / config, the idea is to have only one messages file (per locale) per whole application? Or is it possible to define multiple files...

Requires: - [ ] #1 Background details: - https://github.com/jquery/globalize/pull/481#issuecomment-131990281