use smaller moment library

This commit is contained in:
Patrick Nagurny
2019-06-27 16:42:13 -04:00
parent 1f2aff130b
commit 3309178eff
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
//import * as moment from 'moment-timezone/builds/moment-timezone-with-data-2012-2022.min';
import * as moment from 'moment-timezone';
import * as moment from 'moment-timezone/builds/moment-timezone-with-data-2012-2022.min';
//import * as moment from 'moment-timezone';
const defaultTz = moment.tz.guess();