diff --git a/dashboard/src/modules.js b/dashboard/src/modules.js index 0dc6e20f8..a40cb5252 100644 --- a/dashboard/src/modules.js +++ b/dashboard/src/modules.js @@ -6,7 +6,7 @@ import '@fontsource/noto-sans'; import 'bootstrap-sass'; import Chart from 'chart.js/auto'; -import * as moment from 'moment/dist/moment.js'; +import * as moment from 'moment/min/moment-with-locales'; // attach to global for compatibility window.moment = moment.default;