Closed euangoddard closed 4 years ago
@euangoddard This would be awesome!
Hopefully @ksloan can add moment-timezone.
Otherwise maybe there's a way to track it by github releases: https://github.com/moment/moment-timezone/releases.atom
Same applies for moment-range, and moment-duration-format, and undoubtedly any other lib/plugin based on momemt
.
Easy enough to alias moment out if using Webpack or the like mind you
I need this
I think this is out of scope for this repo -- but could you just fork moment-timezone and replace the moment dependency with moment-mini?
I don't think this is the right place to raise this issue, but not sure where would be more appropriate. I use this library to avoid packaging the locales for moment.js and it works fantastically. Now I've added moment-timezone as a dependency and this imports moment in it's code (which is also installs as a full dependency). So now I lose all the benefits of moment-mini.
I was wondering if you'd be prepared to support a mini version of
moment-timezone
that referencesmoment-mini
in codebase. If you're not up for it, could you let me know how you automatically keep up-to-date with moment.js releases so that I might implement something myself?Thanks in advance!