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 additional precompile output checks from issue #2081
Added checks for:
- Duplicate locale generation (react_on_rails:locale task)
- Duplicate webpack builds (via "Built at:" message count)
- ENOENT errors (missing files/directories)
- Deprecation warnings (logged as warning, not failure)
These patterns were explicitly requested in the updated issue description
to catch silent bugs that don't cause precompile to fail but indicate
problems like doubled build times or missing dependencies.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments