Commit edb7243
Fix breaking change: Set server_bundle_output_path default to nil
- Changes default from "ssr-generated" to nil to avoid breaking changes
- Updates documentation to reflect nil default and show example usage
- Feature remains opt-in for backward compatibility
- Can be changed to a sensible default in next major release
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 82494d6 commit edb7243
File tree
2 files changed
+3
-3
lines changed- docs/guides
- lib/react_on_rails
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
| 134 | + | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments