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

Using this plugin with webpack 5 produces below error. Is this a known error? And in that case, is there a way work through or around it? ``` [webpack-cli] Failed...

The CLDR data does not have data for locales in the form xx-XX where XX are the same 2 characters. e.g. it-IT. I assume the expectation is to use just...

As it's possible to write webpack config files in Typescript, it would be great if you could add the type definitions to the library.

I am trying to integrate Globalize via the this webpack plugin and am running into an `Cannot read property 'call' of undefined` error. It seems like this error happens with...

I am trying to build using Webpack and this plugin with config as follows: new GlobalizePlugin({ production: process.env.NODE_ENV === 'production', developmentLocale: 'es', supportedLocales: [ 'en', 'de', 'es' ], output: 'i18n/[locale].[hash].js'...

Hey there, I am back with a couple more stupid questions. But I have decided to split them as they are unrelated. First, My project requires multiple currencies and languages....

Mostly following https://gist.github.com/sokra/1522d586b8e5c0f5072d7565c2bee693 I didn't get far though. Current output: ``` > [email protected] test /Users/joern.zaefferer/dev/other/globalize-webpack-plugin > mocha test PatchedRawModule updateHash ✓ should produce the same hash for modules with the...

It seems `require('globalize');` is required to trigger the magic. I'd be great to also be able to use `import Globalize from 'globalize';` ‒ the former sticks out a bit in...

Is there any flag/configuration needed to activate globalize message inheritance? I tried including cldr/unresolved.js like require('cldrjs/dist/cldr/unresolved') but that doesn't seem to work as the cldr instance seems to be different...

I came across bellow message. Error: E_MISSING_MESSAGE: Missing required message content hi, {0} when run UTs with Karma. In karma I use react-globalize-webpack-plugins for webpack to build. as bellow plugins:...