Skip to content

Commit 07e68db

Browse files
justin808claude
andcommitted
Remove unused packer_name variable
Inline 'Shakapacker' directly since it's only used once. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 759e360 commit 07e68db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/react_on_rails/configuration.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,9 @@ def raise_missing_components_subdirectory
315315
end
316316

317317
def compile_command_conflict_message
318-
packer_name = "Shakapacker"
319318
<<~MSG
320319
321-
React on Rails and #{packer_name} error in configuration!
320+
React on Rails and Shakapacker error in configuration!
322321
In order to use config/react_on_rails.rb config.build_production_command,
323322
you must edit config/shakapacker.yml to include this value in the default configuration:
324323
'shakapacker_precompile: false'

0 commit comments

Comments
 (0)