@lynx-js/react-rsbuild-plugin-canary 0.10.0-canary-20250523-790e6b63 → 0.10.0-canary-20250523-5ddec124
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 +10 -9
- package/dist/index.js +1 -2
- package/package.json +9 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @lynx-js/react-rsbuild-plugin
|
|
2
2
|
|
|
3
|
-
## 0.10.0-canary-
|
|
3
|
+
## 0.10.0-canary-20250523154624-5ddec124ab26e61e415576d575a400e76c7bd8d2
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -26,14 +26,15 @@
|
|
|
26
26
|
|
|
27
27
|
- Support `@lynx-js/react` v0.109.0. ([#840](https://github.com/lynx-family/lynx-stack/pull/840))
|
|
28
28
|
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
- @lynx-js/
|
|
33
|
-
- @lynx-js/react
|
|
34
|
-
- @lynx-js/
|
|
35
|
-
- @lynx-js/
|
|
36
|
-
- @lynx-js/react-
|
|
29
|
+
- Use `WebEncodePlugin` instead of `WebWebpackPlugin`. ([#904](https://github.com/lynx-family/lynx-stack/pull/904))
|
|
30
|
+
|
|
31
|
+
- Updated dependencies [[`7beb35e`](https://github.com/lynx-family/lynx-stack/commit/7beb35ebf72f9475c0a200c93c6b9bdaa7980e1b), [`26b75df`](https://github.com/lynx-family/lynx-stack/commit/26b75df8ccc1a2a6d519a12b857bbf6494ef1313), [`d3967c0`](https://github.com/lynx-family/lynx-stack/commit/d3967c037da4f4b57980e4938095329a6045bfa7), [`b6e27da`](https://github.com/lynx-family/lynx-stack/commit/b6e27daf865b0627b1c3238228a4fdf65ad87ee3), [`5ddec12`](https://github.com/lynx-family/lynx-stack/commit/5ddec124ab26e61e415576d575a400e76c7bd8d2), [`d3967c0`](https://github.com/lynx-family/lynx-stack/commit/d3967c037da4f4b57980e4938095329a6045bfa7), [`77524bc`](https://github.com/lynx-family/lynx-stack/commit/77524bcf502675a182923823bf5c892846e0c729), [`998a13d`](https://github.com/lynx-family/lynx-stack/commit/998a13dc7d0082b3328151da49d24a557a4d7991), [`fdab5dc`](https://github.com/lynx-family/lynx-stack/commit/fdab5dc9d624de0b39957695599cc8eebab90973), [`3520031`](https://github.com/lynx-family/lynx-stack/commit/352003113596692c34d98644db401ece362bc936), [`ff63b58`](https://github.com/lynx-family/lynx-stack/commit/ff63b58af137be5265458cb08db9af0aaa69c416), [`fdab5dc`](https://github.com/lynx-family/lynx-stack/commit/fdab5dc9d624de0b39957695599cc8eebab90973), [`2b83934`](https://github.com/lynx-family/lynx-stack/commit/2b83934f12c9ad9ed46ef76233d5bb12a1e6af23), [`3520031`](https://github.com/lynx-family/lynx-stack/commit/352003113596692c34d98644db401ece362bc936)]:
|
|
32
|
+
- @lynx-js/template-webpack-plugin@0.7.0-canary-20250523154624-5ddec124ab26e61e415576d575a400e76c7bd8d2
|
|
33
|
+
- @lynx-js/react@0.109.0-canary-20250523154624-5ddec124ab26e61e415576d575a400e76c7bd8d2
|
|
34
|
+
- @lynx-js/css-extract-webpack-plugin@0.5.4-canary-20250523154624-5ddec124ab26e61e415576d575a400e76c7bd8d2
|
|
35
|
+
- @lynx-js/react-refresh-webpack-plugin@0.3.3-canary-20250523154624-5ddec124ab26e61e415576d575a400e76c7bd8d2
|
|
36
|
+
- @lynx-js/react-webpack-plugin@0.6.14-canary-20250523154624-5ddec124ab26e61e415576d575a400e76c7bd8d2
|
|
37
|
+
- @lynx-js/react-alias-rsbuild-plugin@0.10.0-canary-20250523154624-5ddec124ab26e61e415576d575a400e76c7bd8d2
|
|
37
38
|
|
|
38
39
|
## 0.9.10
|
|
39
40
|
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,6 @@ import * as __WEBPACK_EXTERNAL_MODULE_node_path_c5b9b54f__ from "node:path";
|
|
|
5
5
|
import * as __WEBPACK_EXTERNAL_MODULE_node_url_e96de089__ from "node:url";
|
|
6
6
|
import * as __WEBPACK_EXTERNAL_MODULE__lynx_js_template_webpack_plugin_e98d2f08__ from "@lynx-js/template-webpack-plugin";
|
|
7
7
|
import * as __WEBPACK_EXTERNAL_MODULE__lynx_js_runtime_wrapper_webpack_plugin_27793081__ from "@lynx-js/runtime-wrapper-webpack-plugin";
|
|
8
|
-
import * as __WEBPACK_EXTERNAL_MODULE__lynx_js_web_webpack_plugin_6ba19e5a__ from "@lynx-js/web-webpack-plugin";
|
|
9
8
|
import * as __WEBPACK_EXTERNAL_MODULE__lynx_js_react_refresh_webpack_plugin_a01c5e97__ from "@lynx-js/react-refresh-webpack-plugin";
|
|
10
9
|
var __webpack_modules__ = {
|
|
11
10
|
"../../../node_modules/.pnpm/typia@9.3.1_@samchon+openapi@4.3.2_typescript@5.8.3/node_modules/typia/lib/internal/_accessExpressionAsString.js": function(__unused_webpack_module, exports) {
|
|
@@ -331,7 +330,7 @@ function applyEntry(api, options) {
|
|
|
331
330
|
}
|
|
332
331
|
]).end();
|
|
333
332
|
}
|
|
334
|
-
if (isWeb) chain.plugin(PLUGIN_NAME_WEB).use(
|
|
333
|
+
if (isWeb) chain.plugin(PLUGIN_NAME_WEB).use(__WEBPACK_EXTERNAL_MODULE__lynx_js_template_webpack_plugin_e98d2f08__.WebEncodePlugin, []).end();
|
|
335
334
|
const rsbuildConfig = api.getRsbuildConfig();
|
|
336
335
|
chain.plugin(PLUGIN_NAME_REACT).after(PLUGIN_NAME_TEMPLATE).use(__WEBPACK_EXTERNAL_MODULE__lynx_js_react_webpack_plugin_1806f3f7__.ReactWebpackPlugin, [
|
|
337
336
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/react-rsbuild-plugin-canary",
|
|
3
|
-
"version": "0.10.0-canary-20250523-
|
|
3
|
+
"version": "0.10.0-canary-20250523-5ddec124",
|
|
4
4
|
"description": "A rsbuild plugin for ReactLynx",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"rsbuild",
|
|
@@ -32,13 +32,12 @@
|
|
|
32
32
|
"README.md"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@lynx-js/css-extract-webpack-plugin": "npm:@lynx-js/css-extract-webpack-plugin-canary@0.5.4-canary-20250523-
|
|
36
|
-
"@lynx-js/react-alias-rsbuild-plugin": "npm:@lynx-js/react-alias-rsbuild-plugin-canary@0.10.0-canary-20250523-
|
|
37
|
-
"@lynx-js/react-refresh-webpack-plugin": "npm:@lynx-js/react-refresh-webpack-plugin-canary@0.3.3-canary-20250523-
|
|
38
|
-
"@lynx-js/react-webpack-plugin": "npm:@lynx-js/react-webpack-plugin-canary@0.6.14-canary-20250523-
|
|
35
|
+
"@lynx-js/css-extract-webpack-plugin": "npm:@lynx-js/css-extract-webpack-plugin-canary@0.5.4-canary-20250523-5ddec124",
|
|
36
|
+
"@lynx-js/react-alias-rsbuild-plugin": "npm:@lynx-js/react-alias-rsbuild-plugin-canary@0.10.0-canary-20250523-5ddec124",
|
|
37
|
+
"@lynx-js/react-refresh-webpack-plugin": "npm:@lynx-js/react-refresh-webpack-plugin-canary@0.3.3-canary-20250523-5ddec124",
|
|
38
|
+
"@lynx-js/react-webpack-plugin": "npm:@lynx-js/react-webpack-plugin-canary@0.6.14-canary-20250523-5ddec124",
|
|
39
39
|
"@lynx-js/runtime-wrapper-webpack-plugin": "npm:@lynx-js/runtime-wrapper-webpack-plugin-canary@0.1.0",
|
|
40
|
-
"@lynx-js/template-webpack-plugin": "npm:@lynx-js/template-webpack-plugin-canary@0.7.0-canary-20250523-
|
|
41
|
-
"@lynx-js/web-webpack-plugin": "npm:@lynx-js/web-webpack-plugin-canary@0.6.8-canary-20250523-790e6b63",
|
|
40
|
+
"@lynx-js/template-webpack-plugin": "npm:@lynx-js/template-webpack-plugin-canary@0.7.0-canary-20250523-5ddec124",
|
|
42
41
|
"background-only": "npm:background-only-canary@0.0.1"
|
|
43
42
|
},
|
|
44
43
|
"devDependencies": {
|
|
@@ -54,10 +53,10 @@
|
|
|
54
53
|
"type-fest": "^4.41.0",
|
|
55
54
|
"typia": "9.3.1",
|
|
56
55
|
"typia-rspack-plugin": "2.1.0",
|
|
57
|
-
"@lynx-js/react": "npm:@lynx-js/react-canary@0.109.0-canary-20250523-790e6b63",
|
|
58
56
|
"@lynx-js/react-transform": "0.2.0",
|
|
59
|
-
"@lynx-js/
|
|
60
|
-
"@lynx-js/rspeedy": "npm:@lynx-js/rspeedy-canary@0.9.6-canary-20250523-
|
|
57
|
+
"@lynx-js/react": "npm:@lynx-js/react-canary@0.109.0-canary-20250523-5ddec124",
|
|
58
|
+
"@lynx-js/rspeedy": "npm:@lynx-js/rspeedy-canary@0.9.6-canary-20250523-5ddec124",
|
|
59
|
+
"@lynx-js/vitest-setup": "0.0.0"
|
|
61
60
|
},
|
|
62
61
|
"peerDependencies": {
|
|
63
62
|
"@lynx-js/react": "*"
|