@hyext/builder-revues 1.5.7-alpha.1 → 1.5.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -69,6 +69,10 @@
|
|
69
69
|
window.__extInfo = {{ toJSON extInfo }}
|
70
70
|
window.__deviceOrientation = "{{deviceOrientation}}"
|
71
71
|
</script>
|
72
|
+
{{#if isProd}}
|
73
|
+
<script src="https://fedlib.msstatic.com/fedbasic/hyext-inner/hyext-performance/performance.global.js"></script>
|
74
|
+
<script src="https://a.msstatic.com/huya/hd/cdn_libs/performance_report-min.js"></script>
|
75
|
+
{{/if}}
|
72
76
|
{{#if debug}}
|
73
77
|
<script charset="utf-8" src="https://cdnjs.cloudflare.com/ajax/libs/vConsole/3.15.1/vconsole.min.js"></script>
|
74
78
|
<script>
|