You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contrary to my previous plan of using ['US', 'us'], I will actually go back to using only 'us'. This is because including 'US' causes the same type error that was described in issue #27.
Using:
webpack 4.38.0
moment-timezone 0.5.28
moment-timezone-data-webpack-plugin 1.2.0
Issue:
matchCountries: 'US'
does not seem to filter out any data, but
matchCountries: 'us'
does correctly filter out data for timezones outside the US.
For now I'll use
['US', 'us']
in my configThe text was updated successfully, but these errors were encountered: