You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
0 commit comments