@lynx-js/react-rsbuild-plugin-canary 1.0.0-canary-20251204-736b8322 → 1.0.0-canary-20260116-ce265e8f
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 +79 -6
- package/dist/208.js +1193 -0
- package/dist/300.js +21 -34
- package/dist/index.d.ts +8 -0
- package/dist/index.js +1 -1260
- package/dist/loaders/ignore-css-loader.js +1 -1
- package/dist/loaders/invalid-import-error-loader.js +1 -1
- package/dist/rslib-runtime.js +39 -0
- package/package.json +14 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,80 @@
|
|
|
1
1
|
# @lynx-js/react-rsbuild-plugin
|
|
2
2
|
|
|
3
|
-
## 1.0.0-canary-
|
|
3
|
+
## 1.0.0-canary-20260116085656-ce265e8ff3d1a19e2f5b1b689fcb136c18c7913d
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a7a2ad7`](https://github.com/lynx-family/lynx-stack/commit/a7a2ad79c02c7051f7ae46b2e3cc63484decc101), [`4cd7182`](https://github.com/lynx-family/lynx-stack/commit/4cd71828a073e27ac3a2f5accded53e42e663215)]:
|
|
8
|
+
- @lynx-js/react@0.116.0-canary-20260116085656-ce265e8ff3d1a19e2f5b1b689fcb136c18c7913d
|
|
9
|
+
- @lynx-js/template-webpack-plugin@0.10.2-canary-20260116085656-ce265e8ff3d1a19e2f5b1b689fcb136c18c7913d
|
|
10
|
+
- @lynx-js/react-alias-rsbuild-plugin@1.0.0-canary-20260116085656-ce265e8ff3d1a19e2f5b1b689fcb136c18c7913d
|
|
11
|
+
- @lynx-js/use-sync-external-store@1.5.0
|
|
12
|
+
- @lynx-js/react-refresh-webpack-plugin@0.3.4
|
|
13
|
+
- @lynx-js/react-webpack-plugin@0.7.3
|
|
14
|
+
- @lynx-js/css-extract-webpack-plugin@0.7.0
|
|
15
|
+
|
|
16
|
+
## 0.12.5
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Support reading config from `pluginLynxConfig`. ([#2054](https://github.com/lynx-family/lynx-stack/pull/2054))
|
|
21
|
+
|
|
22
|
+
- Updated dependencies []:
|
|
23
|
+
- @lynx-js/react-alias-rsbuild-plugin@0.12.5
|
|
24
|
+
- @lynx-js/use-sync-external-store@1.5.0
|
|
25
|
+
- @lynx-js/react-refresh-webpack-plugin@0.3.4
|
|
26
|
+
- @lynx-js/react-webpack-plugin@0.7.3
|
|
27
|
+
|
|
28
|
+
## 0.12.4
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- ([#2051](https://github.com/lynx-family/lynx-stack/pull/2051))
|
|
33
|
+
|
|
34
|
+
- Updated dependencies []:
|
|
35
|
+
- @lynx-js/react-alias-rsbuild-plugin@0.12.4
|
|
36
|
+
- @lynx-js/use-sync-external-store@1.5.0
|
|
37
|
+
- @lynx-js/react-refresh-webpack-plugin@0.3.4
|
|
38
|
+
- @lynx-js/react-webpack-plugin@0.7.3
|
|
39
|
+
|
|
40
|
+
## 0.12.3
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- expose LAYERS via `api.expose` for other rsbuild plugins. ([#2006](https://github.com/lynx-family/lynx-stack/pull/2006))
|
|
45
|
+
|
|
46
|
+
- Updated dependencies [[`cd89bf9`](https://github.com/lynx-family/lynx-stack/commit/cd89bf9e3fc8ed4658dfb6c983584376416d620f)]:
|
|
47
|
+
- @lynx-js/template-webpack-plugin@0.10.1
|
|
48
|
+
- @lynx-js/react-alias-rsbuild-plugin@0.12.3
|
|
49
|
+
- @lynx-js/use-sync-external-store@1.5.0
|
|
50
|
+
- @lynx-js/react-refresh-webpack-plugin@0.3.4
|
|
51
|
+
- @lynx-js/react-webpack-plugin@0.7.3
|
|
52
|
+
- @lynx-js/css-extract-webpack-plugin@0.7.0
|
|
53
|
+
|
|
54
|
+
## 0.12.2
|
|
55
|
+
|
|
56
|
+
### Patch Changes
|
|
57
|
+
|
|
58
|
+
- Support environment variants to enable multiple configurations for the same targets. ([#1969](https://github.com/lynx-family/lynx-stack/pull/1969))
|
|
59
|
+
|
|
60
|
+
- Updated dependencies []:
|
|
61
|
+
- @lynx-js/react-alias-rsbuild-plugin@0.12.2
|
|
62
|
+
|
|
63
|
+
## 0.12.1
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- Avoid injecting hot update runtime when dev.hmr or dev.liveReload is set to false. ([#1980](https://github.com/lynx-family/lynx-stack/pull/1980))
|
|
68
|
+
|
|
69
|
+
- Updated dependencies [[`553ece1`](https://github.com/lynx-family/lynx-stack/commit/553ece1e025b1f4feae353310c21b2e159f1f03a), [`8cdb69d`](https://github.com/lynx-family/lynx-stack/commit/8cdb69d4b2cc3e9925a2494ee8a889d7af17e2e9), [`8cdb69d`](https://github.com/lynx-family/lynx-stack/commit/8cdb69d4b2cc3e9925a2494ee8a889d7af17e2e9)]:
|
|
70
|
+
- @lynx-js/react-webpack-plugin@0.7.3
|
|
71
|
+
- @lynx-js/css-extract-webpack-plugin@0.7.0
|
|
72
|
+
- @lynx-js/template-webpack-plugin@0.10.0
|
|
73
|
+
- @lynx-js/react-alias-rsbuild-plugin@0.12.1
|
|
74
|
+
- @lynx-js/use-sync-external-store@1.5.0
|
|
75
|
+
- @lynx-js/react-refresh-webpack-plugin@0.3.4
|
|
76
|
+
|
|
77
|
+
## 0.12.0
|
|
4
78
|
|
|
5
79
|
### Minor Changes
|
|
6
80
|
|
|
@@ -10,11 +84,10 @@
|
|
|
10
84
|
|
|
11
85
|
- Support Yarn Plug'n'Play. ([#1964](https://github.com/lynx-family/lynx-stack/pull/1964))
|
|
12
86
|
|
|
13
|
-
- Updated dependencies [[`
|
|
14
|
-
- @lynx-js/react@0.
|
|
15
|
-
- @lynx-js/
|
|
16
|
-
- @lynx-js/
|
|
17
|
-
- @lynx-js/template-webpack-plugin@0.9.2-canary-20251204053135-736b83223ab042c058e0fbc5040c72316e716f3f
|
|
87
|
+
- Updated dependencies [[`738d44d`](https://github.com/lynx-family/lynx-stack/commit/738d44d685870d7c3f64a1be7139e8d7af498feb), [`5bbb439`](https://github.com/lynx-family/lynx-stack/commit/5bbb43981580f917f59819cd4ff7972b9737a341), [`3692a16`](https://github.com/lynx-family/lynx-stack/commit/3692a169ae443124de0e9f7a288318f5dfba13b0), [`d2e290b`](https://github.com/lynx-family/lynx-stack/commit/d2e290b67971ead5bedbcc1e34dd7f3bf4a6f5f3), [`738d44d`](https://github.com/lynx-family/lynx-stack/commit/738d44d685870d7c3f64a1be7139e8d7af498feb)]:
|
|
88
|
+
- @lynx-js/react-alias-rsbuild-plugin@0.12.0
|
|
89
|
+
- @lynx-js/css-extract-webpack-plugin@0.6.5
|
|
90
|
+
- @lynx-js/template-webpack-plugin@0.9.2
|
|
18
91
|
- @lynx-js/use-sync-external-store@1.5.0
|
|
19
92
|
- @lynx-js/react-refresh-webpack-plugin@0.3.4
|
|
20
93
|
- @lynx-js/react-webpack-plugin@0.7.2
|