-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathabp.resourcemapping.js
More file actions
38 lines (37 loc) · 2.16 KB
/
abp.resourcemapping.js
File metadata and controls
38 lines (37 loc) · 2.16 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
module.exports = {
aliases: {
'@node_modules': './node_modules',
'@libs': './wwwroot/libs',
},
clean: [],
mappings: {
'@node_modules/formiojs/dist/': '@libs/formiojs',
'@node_modules/axios/dist/': '@libs/axios',
'@node_modules/pubsub-js/src': '@libs/pubsub-js/src',
'@node_modules/datatables.net-bs5/': '@libs/datatables.net-bs5/',
'@node_modules/datatables.net-buttons/': '@libs/datatables.net-buttons/',
'@node_modules/datatables.net-buttons-bs5/': '@libs/datatables.net-buttons-bs5/',
'@node_modules/datatables.net-select/': '@libs/datatables.net-select/',
'@node_modules/datatables.net-select-bs5/': '@libs/datatables.net-select-bs5/',
'@node_modules/datatables.net-fixedheader-bs5/': '@libs/datatables.net-fixedheader-bs5/',
'@node_modules/datatables.net-colreorder/': '@libs/datatables.net-colreorder/',
'@node_modules/datatables.net-colreorder-bs5/': '@libs/datatables.net-colreorder-bs5/',
'@node_modules/datatables.net-staterestore/': '@libs/datatables.net-staterestore/',
'@node_modules/datatables.net-staterestore-dt/': '@libs/datatables.net-staterestore-dt/',
'@node_modules/jspdf/dist/': '@libs/jspdf/dist',
'@node_modules/html2canvas/dist/': '@libs/html2canvas/dist',
'@node_modules/sweetalert2/src/': '@libs/sweetalert2/src',
'@node_modules/jquery-maskmoney/': '@libs/jquery-maskmoney',
'@node_modules/datatables.net-fixedheader/js': '@libs/datatables.net-fixedheader/js/',
'@node_modules/echarts/dist/echarts.min.js': '@libs/echarts/',
'@node_modules/bootstrap-4/dist': '@libs/bootstrap-4/dist/',
'@node_modules/popper.js/dist': '@libs/popper.js/dist/',
'@node_modules/bootstrap-select/dist': '@libs/bootstrap-select/dist',
'@node_modules/sortablejs': '@libs/sortablejs',
'@node_modules/jszip': '@libs/jszip',
'@node_modules/tributejs': '@libs/tributejs',
'@node_modules/tinymce': '@libs/tinymce',
'@node_modules/handlebars': '@libs/handlebars',
'@node_modules/jquery/dist': '@libs/jquery/'
},
};