Misago
Misago copied to clipboard
Remove moment.js dependency
There are two issues with how moment.js is currently included in build:
vendor.jscontains both moment.js and it's localeswindow.momentis not set
v4 prototype is using native Date object instead and we've had zero issues with it.
Part of the #1674 epic
Adding this to 0.40 milestone, which already has utils for formatting dates and will get rid of 99% places that rely on it for timestamps.