@umijs/mfsu 4.0.5 → 4.0.6
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.
|
@@ -92,7 +92,6 @@ class StaticAnalyzeStrategy {
|
|
|
92
92
|
let event = this.staticDepInfo.getProducedEvent();
|
|
93
93
|
while (event.length === 0) {
|
|
94
94
|
await sleep(200);
|
|
95
|
-
console.log('.');
|
|
96
95
|
event = this.staticDepInfo.getProducedEvent();
|
|
97
96
|
if (Date.now() - start > 5000) {
|
|
98
97
|
utils_1.logger.warn('webpack wait mfsu deps too long');
|
|
@@ -35,6 +35,14 @@ class StaticDepInfo {
|
|
|
35
35
|
libraryDirectory: 'es',
|
|
36
36
|
}),
|
|
37
37
|
},
|
|
38
|
+
{
|
|
39
|
+
packageName: '@alipay/bigfish/antd',
|
|
40
|
+
handleImports: (0, babel_plugin_import_1.default)({
|
|
41
|
+
libraryName: '@alipay/bigfish/antd',
|
|
42
|
+
style: true,
|
|
43
|
+
libraryDirectory: 'es',
|
|
44
|
+
}),
|
|
45
|
+
},
|
|
38
46
|
];
|
|
39
47
|
}
|
|
40
48
|
getProducedEvent() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umijs/mfsu",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
4
4
|
"description": "@umijs/mfsu",
|
|
5
5
|
"homepage": "https://github.com/umijs/umi/tree/master/packages/mfsu#readme",
|
|
6
6
|
"bugs": "https://github.com/umijs/umi/issues",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"test": "umi-scripts jest-turbo"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@umijs/bundler-esbuild": "4.0.
|
|
27
|
-
"@umijs/bundler-utils": "4.0.
|
|
28
|
-
"@umijs/utils": "4.0.
|
|
26
|
+
"@umijs/bundler-esbuild": "4.0.6",
|
|
27
|
+
"@umijs/bundler-utils": "4.0.6",
|
|
28
|
+
"@umijs/utils": "4.0.6",
|
|
29
29
|
"enhanced-resolve": "5.9.3",
|
|
30
30
|
"is-equal": "^1.6.4"
|
|
31
31
|
},
|