@hyext/builder-revues 1.0.6 → 1.0.7

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.
Files changed (2) hide show
  1. package/dist/index.js +4 -2
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -167,9 +167,11 @@ function watchGame(projectPath, outputPath, cb) {
167
167
  projectPath,
168
168
  outputPath,
169
169
  cachePath: cacheDir,
170
- compileSettings: {}
170
+ compileSettings: {
171
+ cocos: true,
172
+ }
171
173
  });
172
- codeCompiler.compilerManager.compileDev(true);
174
+ yield codeCompiler.compilerManager.compileDev(true);
173
175
  cb && cb();
174
176
  }));
175
177
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyext/builder-revues",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "> TODO: description",
5
5
  "author": "loler",
6
6
  "homepage": "",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@revues/cocos-web-adapter": "1.0.3",
28
- "@revues/code-compiler": "1.0.6",
29
- "@revues/hyext-adapter": "1.0.6",
30
- "@revues/web-frame": "1.0.6",
31
- "@revues/web-sdk-core": "1.0.6",
28
+ "@revues/code-compiler": "1.0.7",
29
+ "@revues/hyext-adapter": "1.0.7",
30
+ "@revues/web-frame": "1.0.7",
31
+ "@revues/web-sdk-core": "1.0.7",
32
32
  "archiver": "^7.0.1",
33
33
  "axios": "^1.7.1",
34
34
  "chalk": "^2.4.2",
@@ -46,5 +46,5 @@
46
46
  "@types/ramda": "^0.29.11",
47
47
  "terser": "^5.31.0"
48
48
  },
49
- "gitHead": "fc514057e58c3ad25f4552876d82229d813781a3"
49
+ "gitHead": "ed158c58f3e4e1fa9e295f9c7a394e55fa1fc2d0"
50
50
  }