Merge pull request #13984 from edx/yro_fix-js
fixes dateutil bundling error
This commit is contained in:
@@ -1572,6 +1572,7 @@ PIPELINE_JS = {
|
||||
'js/sticky_filter.js',
|
||||
'js/query-params.js',
|
||||
'common/js/vendor/moment-with-locales.js',
|
||||
'common/js/vendor/moment-timezone-with-data.js',
|
||||
]
|
||||
),
|
||||
'output_filename': 'js/lms-application.js',
|
||||
@@ -1720,6 +1721,7 @@ REQUIRE_JS_PATH_OVERRIDES = {
|
||||
'js/bookmarks/views/bookmark_button': 'js/bookmarks/views/bookmark_button.js',
|
||||
'js/views/message_banner': 'js/views/message_banner.js',
|
||||
'moment': 'common/js/vendor/moment-with-locales.js',
|
||||
'moment-timezone': 'common/js/vendor/moment-timezone-with-data.js',
|
||||
'js/courseware/course_home_events': 'js/courseware/course_home_events.js',
|
||||
'js/courseware/accordion_events': 'js/courseware/accordion_events.js',
|
||||
'js/courseware/link_clicked_events': 'js/courseware/link_clicked_events.js',
|
||||
|
||||
Reference in New Issue
Block a user