@rsdoctor/core 0.1.3 → 0.1.4
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.
|
@@ -64,7 +64,7 @@ class InternalLoaderPlugin extends import_base.InternalBasePlugin {
|
|
|
64
64
|
if (compiler.isChild())
|
|
65
65
|
return;
|
|
66
66
|
const wrapper = (callback) => (loaderContext, module2) => {
|
|
67
|
-
const proxyLoaders = module2.loaders || [];
|
|
67
|
+
const proxyLoaders = module2.loaders || loaderContext?.loaders || [];
|
|
68
68
|
const originLoaders = proxyLoaders.map((loader) => {
|
|
69
69
|
const opts = loader.options || {};
|
|
70
70
|
if (opts[import_common.Loader.LoaderInternalPropertyName]) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsdoctor/core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/web-infra-dev/rsdoctor",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"semver": "^7.5.4",
|
|
52
52
|
"source-map": "^0.7.4",
|
|
53
53
|
"webpack-bundle-analyzer": "^4.9.1",
|
|
54
|
-
"@rsdoctor/
|
|
55
|
-
"@rsdoctor/
|
|
56
|
-
"@rsdoctor/
|
|
57
|
-
"@rsdoctor/types": "0.1.
|
|
54
|
+
"@rsdoctor/utils": "0.1.4",
|
|
55
|
+
"@rsdoctor/graph": "0.1.4",
|
|
56
|
+
"@rsdoctor/sdk": "0.1.4",
|
|
57
|
+
"@rsdoctor/types": "0.1.4"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@types/bytes": "3.1.1",
|