@lynx-js/react-alias-rsbuild-plugin
Version:
A rsbuild plugin for making alias in ReactLynx
94 lines (48 loc) • 1.43 kB
Markdown
@lynx-js/react-alias-rsbuild-plugin
# 0.10.4
## Patch Changes
- Replace `enhanced-resolve` with `unrs-resolver` ([#936](https://github.com/lynx-family/lynx-stack/pull/936))
# 0.10.3
# 0.10.2
## Patch Changes
- Resolve runtime packages in parallel using `Promise.all`. ([#955](https://github.com/lynx-family/lynx-stack/pull/955))
# 0.10.1
# 0.10.0
# 0.9.10
# 0.9.9
# 0.9.8
## Patch Changes
- Refactor: Replace built-in `background-only` implementation with npm package ([#602](https://github.com/lynx-family/lynx-stack/pull/602))
Previously we maintained custom files:
- `empty.ts` for background thread
- `error.ts` for main thread validation
Now adopting the standard `background-only` npm package
# 0.9.7
# 0.9.6
# 0.9.5
# 0.9.4
# 0.9.3
## Patch Changes
- Fix the issue where the canary version of React was not included in the `rule.include` configuration. ([#275](https://github.com/lynx-family/lynx-stack/pull/275))
# 0.9.2
# 0.9.1
## Patch Changes
- Support NPM provenance. ([#30](https://github.com/lynx-family/lynx-stack/pull/30))
# 0.9.0
# 0.8.1
# 0.8.0
# 0.7.0
# 0.6.5
# 0.6.4
# 0.6.3
# 0.6.2
# 0.6.1
# 0.6.0
# 0.5.2
# 0.5.1
## Patch Changes
- 2077e5e: Ensure only alias once for different version of alias plugins
# 0.5.0
## Patch Changes
- 15a9a34: Ensure alias only applied once.
- 4ef9d17: Move alias to a standalone plugin.