-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathbabel.min.json
58 lines (57 loc) · 1.74 KB
/
babel.min.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
56
57
58
{
"plugins": [
["conditional-compile", {
"dropDebugger": true,
"define": {
"RELEASE": "module",
"DEBUG": false,
"POLYFILL": false,
"PROFILER": false,
"REACTIVE_ONLY": false,
"SUPPORT_CACHE": true,
"SUPPORT_EVENTS": true,
"SUPPORT_DOM_HELPERS": true,
"SUPPORT_CACHE_HELPERS": true,
"SUPPORT_ASYNC": true,
"SUPPORT_REACTIVE": true,
"SUPPORT_KEYED": true,
"SUPPORT_POOLS": true,
"SUPPORT_CALLBACKS": true,
"SUPPORT_WEB_COMPONENTS": true,
"SUPPORT_COMPACT_TEMPLATE": true,
"SUPPORT_COMPILE": true,
"MIKADO_DOM": "_mkd",
"MIKADO_LIVE_POOL": "_mkl",
"MIKADO_CLASS": "_mki",
"MIKADO_TPL_KEY": "_mkk",
"MIKADO_TPL_PATH": "_mkp",
"MIKADO_TPL_ROOT": "_mkr",
"MIKADO_PROXY": "_mkx",
"MIKADO_NODE_CACHE": "_mkc",
"MIKADO_EVENT_CACHE": "_mke"
}
}],
"babel-plugin-minify-constant-folding",
"babel-plugin-minify-dead-code-elimination",
"babel-plugin-minify-flip-comparisons",
"babel-plugin-minify-guarded-expressions",
"babel-plugin-minify-infinity",
"babel-plugin-minify-mangle-names",
"babel-plugin-minify-replace",
"babel-plugin-minify-simplify",
"babel-plugin-minify-type-constructors",
"babel-plugin-transform-member-expression-literals",
"babel-plugin-transform-merge-sibling-variables",
"babel-plugin-transform-minify-booleans",
"babel-plugin-transform-property-literals",
"babel-plugin-transform-simplify-comparison-operators",
"babel-plugin-transform-undefined-to-void"
],
"ignore": [
"config.js",
"profiler.js"
],
"minified": true,
"compact": true,
"comments": false
}