@lynx-js/react-alias-rsbuild-plugin-canary 0.10.14-canary-20250908-c2f90bdb → 0.10.14-canary-20250908-e38dd131
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 +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @lynx-js/react-alias-rsbuild-plugin
|
|
2
2
|
|
|
3
|
-
## 0.10.14-canary-
|
|
3
|
+
## 0.10.14-canary-20250908075834-e38dd1319e9425c2e3b41f096d22c6e57801dadd
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- Allow customization of the
|
|
7
|
+
- Allow customization of the react$ alias. ([#1653](https://github.com/lynx-family/lynx-stack/pull/1653))
|
|
8
8
|
|
|
9
9
|
```js
|
|
10
10
|
import { defineConfig } from "@lynx-js/rspeedy";
|
package/package.json
CHANGED