@hyext/builder-revues 1.5.7 → 1.5.8
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hyext/builder-revues",
|
3
|
-
"version": "1.5.
|
3
|
+
"version": "1.5.8",
|
4
4
|
"description": "> TODO: description",
|
5
5
|
"author": "loler",
|
6
6
|
"homepage": "",
|
@@ -25,9 +25,9 @@
|
|
25
25
|
},
|
26
26
|
"dependencies": {
|
27
27
|
"@hyext/preload": "^1.1.3",
|
28
|
-
"@revues/cocos-web-adapter": "1.5.
|
29
|
-
"@revues/code-compiler": "1.5.
|
30
|
-
"@revues/web-sdk-core": "1.5.
|
28
|
+
"@revues/cocos-web-adapter": "1.5.8",
|
29
|
+
"@revues/code-compiler": "1.5.8",
|
30
|
+
"@revues/web-sdk-core": "1.5.8",
|
31
31
|
"archiver": "^7.0.1",
|
32
32
|
"axios": "^1.7.3",
|
33
33
|
"chalk": "^2.4.2",
|
@@ -47,5 +47,5 @@
|
|
47
47
|
"@types/ramda": "^0.29.11",
|
48
48
|
"terser": "^5.31.0"
|
49
49
|
},
|
50
|
-
"gitHead": "
|
50
|
+
"gitHead": "76f1e9d3c37c0694f8e11bf0a1c295be9da88f6d"
|
51
51
|
}
|
@@ -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>
|