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

use moment package from NPM #1676

Closed markdowney closed 3 years ago

markdowney commented 5 years ago

Is there any reason this package depends on the momentjs:moment meteor package? It seems using the npm package is the recommended option now so this dependency introduces an extra 53kb if your app already uses the npm version.

Lmk if you're willing to change this, I'd be happy to submit a PR.

jankapunkt commented 3 years ago

It's planned to get fully rid of moment in favour of builtin Date or a lightweight solution