Bugfix. Extract react imports from main bundler to vendor static files

This commit is contained in:
2026-04-08 05:39:11 +01:00
parent c19b7c9607
commit 4b3a4dbc77
38 changed files with 825 additions and 253 deletions
+2 -8
View File
@@ -61,8 +61,8 @@ The goal is a framework that is:
- [Bun](https://bun.sh) v1.0 or later
- TypeScript 5.0+
- react 18.0+
- react-dom 18.0+
> **React is managed by Bunext.** You do not need to install `react` or `react-dom` — Bunext enforces its own pinned React version and removes any user-installed copies at startup to prevent version conflicts. Installing this package is all you need.
---
@@ -103,12 +103,6 @@ bun add -g @moduletrace/bunext
bun add github:moduletrace/bunext
```
### Install react and react-dom
```bash
bun add react react-dom
```
---
## Quick Start