@shuvi/service 1.0.18 → 1.0.20

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.
@@ -352,7 +352,6 @@ class WebpackBundler {
352
352
  ];
353
353
  }
354
354
  _getTargets() {
355
- var _a;
356
355
  return __awaiter(this, void 0, void 0, function* () {
357
356
  const targets = [];
358
357
  // get base config
@@ -380,7 +379,7 @@ class WebpackBundler {
380
379
  if (hasEntry(chain)) {
381
380
  const chainConfig = chain.toConfig();
382
381
  logger_1.default.debug(`${name} Config`);
383
- logger_1.default.debug((0, util_1.inspect)((_a = chainConfig.resolve) === null || _a === void 0 ? void 0 : _a.alias, { depth: 10 }));
382
+ logger_1.default.debug((0, util_1.inspect)(chainConfig, { depth: 16 }));
384
383
  targets.push({ name, config: chainConfig });
385
384
  }
386
385
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuvi/service",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/shuvijs/shuvi.git",
@@ -29,15 +29,15 @@
29
29
  "@babel/generator": "7.14.5",
30
30
  "@babel/parser": "7.14.7",
31
31
  "@babel/traverse": "7.14.7",
32
- "@shuvi/hook": "1.0.18",
33
- "@shuvi/router": "1.0.18",
34
- "@shuvi/runtime": "1.0.18",
35
- "@shuvi/shared": "1.0.18",
36
- "@shuvi/toolpack": "1.0.18",
37
- "@shuvi/utils": "1.0.18",
38
- "@shuvi/error-overlay": "1.0.18",
39
- "@shuvi/telemetry": "1.0.18",
40
- "@shuvi/trace": "1.0.18",
32
+ "@shuvi/hook": "1.0.20",
33
+ "@shuvi/router": "1.0.20",
34
+ "@shuvi/runtime": "1.0.20",
35
+ "@shuvi/shared": "1.0.20",
36
+ "@shuvi/toolpack": "1.0.20",
37
+ "@shuvi/utils": "1.0.20",
38
+ "@shuvi/error-overlay": "1.0.20",
39
+ "@shuvi/telemetry": "1.0.20",
40
+ "@shuvi/trace": "1.0.20",
41
41
  "commander": "5.1.0",
42
42
  "comment-json": "4.2.2",
43
43
  "cross-spawn": "7.0.3",