-
Notifications
You must be signed in to change notification settings - Fork 836
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
moment-timezone ECMAScript module #883
Comments
I got this warning message too |
Big +1 from me. I did not realize this was a problem before Angular started warning me about it. Would be nice to get a reply from the maintainers of this project if possible. |
man, that is sad ... |
|
Eh, I guess we could bundle 2 versions of moment(-timezone), one with require and the other with the module syntax, now that this is the de-facto way to ship JS libs. It just felt wrong back in the day when JS folks introduced modules with zero oversight about existing code. When we spend a lot of time about backwards compatibility, supporting shit that is more than 10y old and they just broke the entire ecosystem... it's sad. Move fast and break things, or just break them... |
I am using moment-timezone in an angular project right now.
I get the following warning/trace:
I search for this warning and found a statement suggesting to prompt the maintainers to feature an ECMAScript module for the dependency in question.
Angular version: 10.0.3
The text was updated successfully, but these errors were encountered: