seitime-frappe/frappe/public/js/lib/moment.js
2023-06-26 09:14:17 +05:30

5 lines
313 B
JavaScript

// This file is used to make sure that `moment` is bound to the window
// before the bundle finishes loading, due to imports (datetime.js) in the bundle
// that depend on `moment`.
import momentTimezone from "moment-timezone/builds/moment-timezone-with-data-10-year-range.min.js";
window.moment = momentTimezone;