forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodulesToIncludeInVendorBundle.js
More file actions
47 lines (45 loc) · 1.18 KB
/
Copy pathmodulesToIncludeInVendorBundle.js
File metadata and controls
47 lines (45 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module.exports = [
'setWebpackCdnHost',
'Backbone',
'compiled/tinymce',
'classnames',
'handlebars/runtime',
'jquery',
'jquery.ajaxJSON',
'jquery.google-analytics',
'spin.js/jquery.spin',
'jqueryui/effects/drop',
'jqueryui/progressbar',
'jqueryui/tabs',
'jqueryui/dialog',
'moment',
'react',
'react-modal',
'underscore',
'vendor/date',
'vendor/i18n',
'vendor/i18n_js_extension',
'vendor/jquery-1.7.2',
'vendor/jquery.ba-hashchange',
'vendor/jquery.ba-tinypubsub',
'vendor/jquery.cookie',
'vendor/jquery.pageless',
'vendor/jquery.scrollTo',
'vendor/jqueryui/dialog',
'vendor/mediaelement-and-player',
// without putting these here, they get included in each bundle
// seperately. since they are not actual vendor libs, we should get
// them out of here eventually
'compiled/views/PaginatedCollectionView',
'compiled/util/brandableCss',
'i18nObj',
'jquery.disableWhileLoading',
'compiled/jquery/fixDialogButtons',
'jquery.instructure_misc_plugins',
'jquery.instructure_misc_helpers',
'jquery.loadingImg',
'compiled/str/i18nLolcalize',
'instructure',
// 'instructure-ui/Spinner',
// 'jsx/shared/rce/RichContentEditor'
]