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
3.**Procfile.dev-prod-assets** (Production assets in development) - Rails server with production-optimized assets
80
+
81
+
### Webpack Configuration Updates
82
+
83
+
- New `generateWebpackConfigs.js` helper for better configuration management
84
+
- Improved babel.config.js setup
85
+
63
86
### Generator Improvements
64
87
65
88
**Note:** These improvements only affect newly generated code from `rails g react_on_rails:install` or component generators. Existing applications are unaffected.
66
89
67
90
- Modern TypeScript patterns with better type inference
68
91
- Optimized tsconfig.json with `"moduleResolution": "bundler"`
69
92
- Enhanced Redux TypeScript integration
70
-
- Smart `bin/dev` defaults
93
+
- Smart `bin/dev` defaults that auto-navigate to `/hello_world` route
0 commit comments