Meteor-Community-Packages / meteor-autoform

AutoForm is a Meteor package that adds UI components and helpers to easily create basic forms with automatic insert and update events, and automatic reactive validation.
MIT License
1.44k stars 328 forks source link

Make moment a weak dependency #1707

Open jankapunkt opened 3 years ago

jankapunkt commented 3 years ago

I am currently using autoform without the need for any of the momentjs related functionality. Hower, I know that a) some tests rely on some functionality that is really hard to replace when removing moment and b) many projects may have still quite a dependency on moment.

On the other side, the moment package may have evolved already and we may be able to use only parts of it, instead of the whole 60KB.

Anyone interested in making moment a weak dependency?