-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not return countries data #22
Comments
Thanks for raising this! The adding of country data to the API only happened in the most recent release of I'll take a look into adding filtered country data as well. |
The fix for this is now available in version |
Thanks a lot, this works perfectly for my use case! I had created a (bad) local copy of the plugin which I can delete now 😄 |
countries
is an empty array, and there's no way to pass the same currently(see cache screenshot)
The problem is in this L30 in index.js, where we pass only
zones
andversion
while creating the data.https://github.com/gilmoreorless/moment-timezone-data-webpack-plugin/blob/master/src/index.js#L30
Should there be an option to pass country data too?
The text was updated successfully, but these errors were encountered: