@lynx-js/react-alias-rsbuild-plugin-canary 0.11.4 → 0.12.0-canary-20251127-2765ceaa
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 +5 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @lynx-js/react-alias-rsbuild-plugin
|
|
2
2
|
|
|
3
|
+
## 0.12.0-canary-20251127035014-2765ceaa24c24bc2f4d4111472596125a074ed44
|
|
4
|
+
|
|
3
5
|
## 0.11.4
|
|
4
6
|
|
|
5
7
|
## 0.11.3
|
|
@@ -17,15 +19,15 @@
|
|
|
17
19
|
- Allow customization of the react$ alias. ([#1653](https://github.com/lynx-family/lynx-stack/pull/1653))
|
|
18
20
|
|
|
19
21
|
```js
|
|
20
|
-
import { defineConfig } from
|
|
22
|
+
import { defineConfig } from "@lynx-js/rspeedy";
|
|
21
23
|
|
|
22
24
|
export default defineConfig({
|
|
23
25
|
resolve: {
|
|
24
26
|
alias: {
|
|
25
|
-
react$:
|
|
27
|
+
react$: "@lynx-js/react/compat",
|
|
26
28
|
},
|
|
27
29
|
},
|
|
28
|
-
})
|
|
30
|
+
});
|
|
29
31
|
```
|
|
30
32
|
|
|
31
33
|
## 0.10.13
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/react-alias-rsbuild-plugin-canary",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.12.0-canary-20251127-2765ceaa",
|
|
4
4
|
"description": "A rsbuild plugin for making alias in ReactLynx",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"rsbuild",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@microsoft/api-extractor": "7.52.15",
|
|
39
|
-
"@rsbuild/core": "1.
|
|
39
|
+
"@rsbuild/core": "1.6.7",
|
|
40
40
|
"@types/semver": "^7.7.1",
|
|
41
41
|
"semver": "^7.7.2",
|
|
42
|
-
"@lynx-js/react
|
|
42
|
+
"@lynx-js/react": "npm:@lynx-js/react-canary@0.114.6-canary-20251127-2765ceaa",
|
|
43
43
|
"@lynx-js/vitest-setup": "0.0.0",
|
|
44
|
-
"@lynx-js/react": "npm:@lynx-js/react-canary@0.
|
|
44
|
+
"@lynx-js/react-webpack-plugin": "npm:@lynx-js/react-webpack-plugin-canary@0.7.2"
|
|
45
45
|
},
|
|
46
46
|
"engines": {
|
|
47
47
|
"node": ">=18"
|