-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
terser.json
41 lines (41 loc) · 850 Bytes
/
terser.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
{
"sourceMap": {
"url": "synaudio.min.js.map"
},
"output": {
"preamble": "/* Copyright 2022 Ethan Halsall. This file is part of synaudio. https://github.com/eshaz/synaudio */"
},
"compress": {
"ecma": 2021,
"passes": 5,
"toplevel": true,
"unsafe": true,
"unsafe_methods": true,
"unsafe_arrows": true
},
"mangle": {
"module": true,
"properties": {
"keep_quoted": true,
"debug": false,
"reserved": [
"SynAudio",
"correlationSampleSize",
"initialGranularity",
"sync",
"syncWorker",
"syncWorkerConcurrent",
"syncMultiple",
"channelData",
"samplesDecoded",
"correlation",
"sampleOffset",
"initial",
"env"
]
}
},
"ecma": 2021,
"safari10": true,
"module": true
}