Open zachschultz opened 7 years ago
Please, can you run this example locally? If so, how different is this from what you're using? Which webpack version are you using?
Same problem with webpack 2.4.1.
I am also getting similar issue even after trying this example with webpack version : 2.6.1
Can't resolve 'cldr/supplemental'
Hi , An anwser for this 'Can't resolve 'cldr/supplemental'' ??
Try to add : "cldr-data": ">=25" as a dependency in your package.json file
I am trying to build using Webpack and this plugin with config as follows:
and in my code all I'm doing is
var Globalize = require('globalize');
During the build process I get a huge amount of errors, like:
Looking at the Globalize repo issues, it seems like this plugin was created to fix the issues I'm having, but for some reason it's not working for me.