-
-
Notifications
You must be signed in to change notification settings - Fork 638
Open
Labels
Description
Summary
Remove 3 lines of dead code from the run_rake_task_directly method in lib/react_on_rails/dev/pack_generator.rb.
Details
The method has some unreachable or unused code that can be safely removed without affecting functionality.
Related Branch
This fix was identified in the justin808/shakapacker-9.3.0 branch (commit b716f08).
Impact
- Cleanup only, no functional change
- Makes the code cleaner and easier to maintain
Files Changed
lib/react_on_rails/dev/pack_generator.rb(3 lines removed)
Labels
- Easy
- Low priority
coderabbitai