-
Notifications
You must be signed in to change notification settings - Fork 154
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
Import without locales #212
Comments
This issue may have a solution for you: moment/moment#2416 |
I'm using Angular 8 and was looking to save the ~400kb from locales as I'm not using them myself. This may be a more "modern" solution for Angular 7/8 and is confirmed working with me by comparing my build outputs with webpack-bundle-analyzer:
You can read/find more documentation for the custom-webpack builder here: https://www.npmjs.com/package/@angular-builders/custom-webpack |
It could be great to add a way to import ngx-moment without locales and add the availability to import only the locales I want.
The text was updated successfully, but these errors were encountered: