Commit 7e81bc3
Update README and address documentation feedback
## Changes
1. **Update main README**
- Added Rspack to "What's New" section as first bullet point
- Added Rspack to "Why React on Rails?" features table
- Highlights ~20x faster builds with links to documentation
2. **Address comment #1: Remove redundant --no-rspack option**
- File: docs/api-reference/generator-details.md:14
- Removed [--no-rspack] from options list (redundant, default is false)
- Kept only [--rspack] for clarity
3. **Address comment #2: Document switch-bundler limitations**
- File: docs/getting-started/quick-start.md:47
- Added detailed note about limitations in quick-start
- File: docs/api-reference/generator-details.md
- Added comprehensive "Limitations of bin/switch-bundler" section:
* Custom webpack plugins not auto-updated
* Manual updates needed for custom configs
* Third-party webpack packages not detected
* YAML formatting may change (but preserves functionality)
- Cross-references to unified configuration docs
4. **TypeScript handling confirmed working**
- Rspack uses SWC which handles TypeScript natively
- No .ts file updates needed
- --rspack --typescript combination works seamlessly
## Documentation Now Complete
The Rspack feature is now documented in:
- Main README (prominent placement)
- Quick Start guide (with limitations)
- Generator Details (comprehensive with limitations)
- Webpack Configuration (technical details)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 117cf47 commit 7e81bc3
File tree
3 files changed
+17
-2
lines changed- docs
- api-reference
- getting-started
3 files changed
+17
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| 115 | + | |
114 | 116 | | |
115 | | - | |
| 117 | + | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
159 | 170 | | |
160 | 171 | | |
161 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments