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
Move shakapacker to devDependencies in Pro dummy package.json
Shakapacker is a build-time tool and should be in devDependencies, not dependencies.
Changed in react_on_rails_pro/spec/dummy/package.json:
- Removed "shakapacker": "9.3.0" from dependencies
- Added "shakapacker": "9.3.0" to devDependencies
This completes the correct categorization of all build-time tools
(@swc/core, swc-loader, and shakapacker) as devDependencies.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments