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
improve: smart webpack.config.js handling in generator
Enhanced the React on Rails generator to intelligently handle webpack.config.js
conflicts instead of always prompting users:
- Auto-replace standard Shakapacker configs without prompting
- Skip replacement if already React on Rails compatible
- Only prompt for truly custom configs with clear explanation
- Create backup when replacing custom configs
- Provide helpful warning if user declines replacement
This eliminates confusing conflicts for the common case while still
protecting custom configurations.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments