-
Notifications
You must be signed in to change notification settings - Fork 11
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
ERROR: MomentLocalesPlugin: Moment.js doesn’t include a locale you specified #23
Comments
Hey @ricardogobbosouza! Sorry, missed your issue – my inbox’s a mess right now 😬 I’ve drafted #24 as a potential solution to the issue. Here’s the test that (I assume) covers your use-case: moment-locales-webpack-plugin/test/test.js Lines 116 to 128 in e480472
Could you confirm whether it solves the issue you’re having? If you want to test it locally, this patch is available in npm under I’ll be happy to publish |
@iamakulov thanks |
@iamakulov its works 😄 |
Just released a |
thanks @iamakulov |
We use this plugin on moment-module to Nuxt.js
Problem:
nuxt-community/moment-module#25
This is because of this line
https://github.com/iamakulov/moment-locales-webpack-plugin/blob/master/index.js#L64
Can we have an option not to check the current locale?
The text was updated successfully, but these errors were encountered: