@rsdoctor/core 1.3.12 → 1.3.13-beta.1

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.
@@ -82,7 +82,8 @@ async function doneHandler(_stats, _this, context, compiler) {
82
82
  nestedModules: true,
83
83
  cachedModules: true,
84
84
  orphanModules: true,
85
- runtimeModules: true
85
+ runtimeModules: true,
86
+ optimizationBailout: true
86
87
  });
87
88
  return cached;
88
89
  };
@@ -54,7 +54,8 @@ async function doneHandler(_stats, _this, context, compiler) {
54
54
  nestedModules: true,
55
55
  cachedModules: true,
56
56
  orphanModules: true,
57
- runtimeModules: true
57
+ runtimeModules: true,
58
+ optimizationBailout: true
58
59
  });
59
60
  return cached;
60
61
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/core",
3
- "version": "1.3.12",
3
+ "version": "1.3.13-beta.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/rsdoctor",
@@ -69,10 +69,10 @@
69
69
  "fs-extra": "^11.1.1",
70
70
  "semver": "^7.7.3",
71
71
  "source-map": "^0.7.6",
72
- "@rsdoctor/graph": "1.3.12",
73
- "@rsdoctor/sdk": "1.3.12",
74
- "@rsdoctor/types": "1.3.12",
75
- "@rsdoctor/utils": "1.3.12"
72
+ "@rsdoctor/graph": "1.3.13-beta.1",
73
+ "@rsdoctor/sdk": "1.3.13-beta.1",
74
+ "@rsdoctor/types": "1.3.13-beta.1",
75
+ "@rsdoctor/utils": "1.3.13-beta.1"
76
76
  },
77
77
  "devDependencies": {
78
78
  "axios": "^1.12.2",