generated from JoschiZ/WCL-TS-Components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.config.js
42 lines (42 loc) · 1.38 KB
/
template.config.js
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
/**@type {import("definitions/template").TemplateConfig} config*/
module.exports = {
plugins: {
clearSource: {
compress: true
},
exportString: true,
componentImportString: true,
autoTest: {
active: true,
loginMethod: "WCL",
components: {
common: {
DamagePerInterval: "https://www.warcraftlogs.com/reports/w6VJgD4MGHtzpxZb#view=components&boss=2786&difficulty=5",
DefensivesUsed: "https://www.warcraftlogs.com/reports/TfgLYxFXCd64HWca#view=components&fight=36&source=36",
},
classSpecific: {
GiantSlayerValue: "https://www.warcraftlogs.com/reports/cNtPvy17QJb9wrX4#fight=15&view=components&source=194",
AlterTimeHeals: "https://www.warcraftlogs.com/reports/mRGZtWpdfYvng78a#fight=15&view=components&source=4"
},
}
},
bannerPlugin: {
active: true,
options: {
banner: "Created using the WCL-TS-Components Template https://github.com/JoschiGrey/WCL-TS-Components",
include: /-*\.js/
}
}
},
components: {
AlterTimeHeals: {
h: 3,
w: 1
},
GiantSlayerValue: {
h: 1,
w: 2
}
},
watch: true
}