@hyext/builder-revues 1.5.3 → 1.5.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -394,6 +394,7 @@ 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';
397
398
  const isProd = mode === 'prod';
398
399
  const compileSettings = isProd ? {
399
400
  minify: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyext/builder-revues",
3
- "version": "1.5.3",
3
+ "version": "1.5.5",
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.3",
29
- "@revues/code-compiler": "1.5.3",
30
- "@revues/web-sdk-core": "1.5.3",
28
+ "@revues/cocos-web-adapter": "1.5.5",
29
+ "@revues/code-compiler": "1.5.5",
30
+ "@revues/web-sdk-core": "1.5.5",
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": "59ce067b913d3129849b91209e63898e00931a4e"
50
+ "gitHead": "13715cba246dd606aaa5f0287c45b294cf752401"
51
51
  }