ivanvanderbyl / ember-hackernews-pwa

An Ember implementation of the HackerNews client as a Progressive Web App
https://hackernews.io
62 stars 14 forks source link

Replace moment with a custom date formatter helper #3

Closed ivanvanderbyl closed 6 years ago

ivanvanderbyl commented 7 years ago

To help reduce the bundle size, It'd be good to remove moment because we only use one helper out of that package. Perhaps we could use https://github.com/oskarrough/ember-date-fns or cherry pick something out of there.

kiwi-josh commented 7 years ago

I believe that this can be closed now? (https://github.com/ivanvanderbyl/ember-hackernews-pwa/commit/c99c269d7b8098c1f878951a95e7b7bcf9212a93)