@umijs/bundler-webpack 3.5.28 → 3.5.30
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/index.js +5 -0
- package/package.json +6 -6
package/lib/index.js
CHANGED
|
@@ -152,6 +152,8 @@ class Bundler {
|
|
|
152
152
|
} catch (e) {}
|
|
153
153
|
|
|
154
154
|
console.error(err);
|
|
155
|
+
|
|
156
|
+
_utils().printHelp.feedback();
|
|
155
157
|
}
|
|
156
158
|
});
|
|
157
159
|
resolve({
|
|
@@ -169,6 +171,9 @@ class Bundler {
|
|
|
169
171
|
} catch (e) {}
|
|
170
172
|
|
|
171
173
|
console.error(err);
|
|
174
|
+
|
|
175
|
+
_utils().printHelp.feedback();
|
|
176
|
+
|
|
172
177
|
return reject(new Error('build failed'));
|
|
173
178
|
} // ref: https://github.com/webpack/webpack/issues/12345#issuecomment-755273757
|
|
174
179
|
// @ts-ignore
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umijs/bundler-webpack",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.30",
|
|
4
4
|
"description": "@umijs/bundler-webpack",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
],
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"bugs": "http://github.com/umijs/umi/issues",
|
|
24
|
-
"homepage": "https://github.com/umijs/umi/tree/
|
|
24
|
+
"homepage": "https://github.com/umijs/umi/tree/3.x/packages/bundler-webpack#readme",
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|
|
27
27
|
},
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"strip-ansi": "6.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@umijs/bundler-utils": "3.5.
|
|
41
|
-
"@umijs/deps": "3.5.
|
|
42
|
-
"@umijs/types": "3.5.
|
|
43
|
-
"@umijs/utils": "3.5.
|
|
40
|
+
"@umijs/bundler-utils": "3.5.30",
|
|
41
|
+
"@umijs/deps": "3.5.30",
|
|
42
|
+
"@umijs/types": "3.5.30",
|
|
43
|
+
"@umijs/utils": "3.5.30",
|
|
44
44
|
"jest-worker": "26.6.2",
|
|
45
45
|
"node-libs-browser": "2.2.1",
|
|
46
46
|
"normalize-url": "1.9.1",
|