-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmerger-config.json
55 lines (55 loc) · 1.25 KB
/
merger-config.json
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
48
49
50
51
52
53
54
55
{
"mergerJsLinks": {
"npm": "https://www.npmjs.com/package/merger-js",
"github": "https://github.com/joao-neves95/merger-js",
"readme": "https://github.com/joao-neves95/merger-js/blob/master/README.md",
"changelog": "https://github.com/joao-neves95/merger-js/blob/master/CHANGELOG.md"
},
"autoBuild": false,
"notifications": false,
"updateOnLaunch": false,
"lastUpdateCheck": "2021-05-09T07:08:40.000Z",
"sourceFiles": [
{
"source": "./src/header/search-menu-ui-global-all.h",
"output": {
"path": "./devdist",
"name": "search-menu-ui-global-all.js"
},
"config": {
"uglify": false
}
},
{
"source": "./src/header/search-menu-ui-global-all-min.h",
"output": {
"path": "./dist",
"name": "search-menu-ui-global-all-min.js"
},
"config": {
"uglify": true
}
},
{
"source": "./src/header/search-menu-ui-ie-global-all.h",
"output": {
"path": "./devdist",
"name": "search-menu-ui-ie-global-all.js"
},
"config": {
"uglify": false
}
},
{
"source": "./src/header/search-menu-ui-ie-global-all-min.h",
"output": {
"path": "./dist",
"name": "search-menu-ui-ie-global-all-min.js"
},
"config": {
"uglify": true
}
}
],
"nodeModulesPath": "./node_modules"
}