@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.
- package/lib/bundler/bundler.js +1 -2
- package/package.json +10 -10
package/lib/bundler/bundler.js
CHANGED
|
@@ -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)(
|
|
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.
|
|
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.
|
|
33
|
-
"@shuvi/router": "1.0.
|
|
34
|
-
"@shuvi/runtime": "1.0.
|
|
35
|
-
"@shuvi/shared": "1.0.
|
|
36
|
-
"@shuvi/toolpack": "1.0.
|
|
37
|
-
"@shuvi/utils": "1.0.
|
|
38
|
-
"@shuvi/error-overlay": "1.0.
|
|
39
|
-
"@shuvi/telemetry": "1.0.
|
|
40
|
-
"@shuvi/trace": "1.0.
|
|
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",
|