Commit 55a07a1
Add private_output_path to shakapacker.yml generator template
Adds commented-out private_output_path configuration to the generated
shakapacker.yml, making it easy for users to enable the Shakapacker 9.0+
integration feature.
**Changes:**
- Added private_output_path: ssr-generated (commented out)
- Clear documentation that it's a Shakapacker 9.0+ feature
- Notes that React on Rails automatically detects it
- Positioned logically after public_output_path configuration
**User Experience:**
Users can now simply uncomment one line in shakapacker.yml to enable
automatic configuration instead of needing to manually add it.
**Complete Integration:**
- ✅ Auto-detection in configuration.rb
- ✅ Doctor recommendations
- ✅ Generator templates (webpack + initializer)
- ✅ Shakapacker.yml template (NEW)
- ✅ Documentation
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 209c856 commit 55a07a1
File tree
1 file changed
+6
-0
lines changed- lib/generators/react_on_rails/templates/base/base/config
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
32 | 38 | | |
33 | 39 | | |
34 | 40 | | |
| |||
0 commit comments