@lynx-js/rspeedy-canary 0.11.0-canary-20250828-cd0303c9 → 0.11.0-canary-20250829-60acc777
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/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @lynx-js/rspeedy
|
|
2
2
|
|
|
3
|
-
## 0.11.0-canary-
|
|
3
|
+
## 0.11.0-canary-20250829064549-60acc777fae96d89ffac3d831959c4ff217171b3
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
- Support `rspeedy build --watch` ([#1579](https://github.com/lynx-family/lynx-stack/pull/1579))
|
|
22
22
|
|
|
23
23
|
- Updated dependencies [[`1952fc1`](https://github.com/lynx-family/lynx-stack/commit/1952fc1557e5abbdbdf4a2073fd3b6f64dd32c3c)]:
|
|
24
|
-
- @lynx-js/chunk-loading-webpack-plugin@0.3.2-canary-
|
|
24
|
+
- @lynx-js/chunk-loading-webpack-plugin@0.3.2-canary-20250829064549-60acc777fae96d89ffac3d831959c4ff217171b3
|
|
25
25
|
- @lynx-js/cache-events-webpack-plugin@0.0.1
|
|
26
26
|
|
|
27
27
|
## 0.10.8
|
|
@@ -20,11 +20,11 @@ export const __webpack_modules__ = {
|
|
|
20
20
|
config,
|
|
21
21
|
debug: _debug_js__WEBPACK_IMPORTED_MODULE_1__.Yz,
|
|
22
22
|
async exit (code) {
|
|
23
|
-
const { exit } = await
|
|
23
|
+
const { exit } = await __webpack_require__.e("src_cli_exit_ts").then(__webpack_require__.bind(__webpack_require__, "./src/cli/exit.ts"));
|
|
24
24
|
return exit(code);
|
|
25
25
|
},
|
|
26
26
|
logger: _rsbuild_core__WEBPACK_IMPORTED_MODULE_0__.logger,
|
|
27
|
-
version: _version_js__WEBPACK_IMPORTED_MODULE_2__.
|
|
27
|
+
version: _version_js__WEBPACK_IMPORTED_MODULE_2__.rE
|
|
28
28
|
});
|
|
29
29
|
}
|
|
30
30
|
};
|
|
@@ -8,8 +8,10 @@ export const __webpack_modules__ = {
|
|
|
8
8
|
__webpack_require__.d(__webpack_exports__, {
|
|
9
9
|
pluginRsdoctor: ()=>pluginRsdoctor
|
|
10
10
|
});
|
|
11
|
-
var
|
|
12
|
-
|
|
11
|
+
var core_ = __webpack_require__("@rsbuild/core");
|
|
12
|
+
function isCI() {
|
|
13
|
+
return !!process.env['CI'] && 'false' !== process.env['CI'];
|
|
14
|
+
}
|
|
13
15
|
function pluginRsdoctor(options) {
|
|
14
16
|
return {
|
|
15
17
|
name: 'lynx:rsbuild:rsdoctor',
|
|
@@ -26,7 +28,7 @@ export const __webpack_modules__ = {
|
|
|
26
28
|
if (registered) continue;
|
|
27
29
|
config.plugins ??= [];
|
|
28
30
|
const defaultOptions = {
|
|
29
|
-
disableClientServer: (
|
|
31
|
+
disableClientServer: isCI(),
|
|
30
32
|
supports: {
|
|
31
33
|
banner: true
|
|
32
34
|
},
|
|
@@ -41,20 +43,12 @@ export const __webpack_modules__ = {
|
|
|
41
43
|
}
|
|
42
44
|
}
|
|
43
45
|
};
|
|
44
|
-
config.plugins.push(new RsdoctorRspackPlugin((0,
|
|
46
|
+
config.plugins.push(new RsdoctorRspackPlugin((0, core_.mergeRsbuildConfig)(defaultOptions, options)));
|
|
45
47
|
}
|
|
46
|
-
|
|
48
|
+
core_.logger.info("Rsdoctor is enabled.");
|
|
47
49
|
});
|
|
48
50
|
}
|
|
49
51
|
};
|
|
50
52
|
}
|
|
51
|
-
},
|
|
52
|
-
"./src/utils/is-ci.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
53
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
54
|
-
J: ()=>isCI
|
|
55
|
-
});
|
|
56
|
-
function isCI() {
|
|
57
|
-
return !!process.env['CI'] && 'false' !== process.env['CI'];
|
|
58
|
-
}
|
|
59
53
|
}
|
|
60
54
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/rspeedy-canary",
|
|
3
|
-
"version": "0.11.0-canary-
|
|
3
|
+
"version": "0.11.0-canary-20250829-60acc777",
|
|
4
4
|
"description": "A webpack/rspack-based frontend toolchain for Lynx",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@lynx-js/cache-events-webpack-plugin": "npm:@lynx-js/cache-events-webpack-plugin-canary@0.0.1",
|
|
52
|
-
"@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.2-canary-
|
|
52
|
+
"@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.2-canary-20250829-60acc777",
|
|
53
53
|
"@lynx-js/webpack-dev-transport": "npm:@lynx-js/webpack-dev-transport-canary@0.2.0",
|
|
54
54
|
"@lynx-js/websocket": "npm:@lynx-js/websocket-canary@0.0.4",
|
|
55
55
|
"@rsbuild/core": "1.5.0",
|