@hyext/builder-revues 1.5.5 → 1.5.7-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -394,7 +394,6 @@ function watchProject(opts, done) {
|
|
|
394
394
|
|
|
395
395
|
function compile(mode, projectPath, outputPath) {
|
|
396
396
|
return __awaiter(this, void 0, void 0, function* () {
|
|
397
|
-
mode = 'prod';
|
|
398
397
|
const isProd = mode === 'prod';
|
|
399
398
|
const compileSettings = isProd ? {
|
|
400
399
|
minify: true,
|
|
@@ -739,7 +738,7 @@ function genEntrys(props) {
|
|
|
739
738
|
});
|
|
740
739
|
}
|
|
741
740
|
|
|
742
|
-
const libVersion = "1.4.
|
|
741
|
+
const libVersion = "1.4.3-alpha.0" ;
|
|
743
742
|
const libCdn = '//a.msstatic.com/huya/hd/h5/static-source/revue/lib';
|
|
744
743
|
|
|
745
744
|
function getLibVersion(builderConfig) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hyext/builder-revues",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.7-alpha.0",
|
|
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.7-alpha.0",
|
|
29
|
+
"@revues/code-compiler": "1.5.7-alpha.0",
|
|
30
|
+
"@revues/web-sdk-core": "1.5.7-alpha.0",
|
|
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": "8fb2db150388386a982522989f75440b9bb79584"
|
|
51
51
|
}
|