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
Complete removal of all packer_type references and restore documentation fix
- Remove packer_type method from PackerUtils
- Replace all ReactOnRails::PackerUtils.packer_type calls with hardcoded 'shakapacker'
- Update generator templates to use static values instead of ERB variables
- Fix test mocking to use PackerUtils.precompile? instead of direct Shakapacker calls
- Remove dynamic require statements in test files
- Restore documentation fix for RuboCop command (lost in force push)
This completes the simplification of the codebase by removing the dynamic
packer_type abstraction since we now only support Shakapacker.
Co-authored-by: Justin Gordon <[email protected]>
0 commit comments