Skip to content

Commit

Permalink
fix: replace Webpacker with Shakapacker
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangohjw committed May 20, 2024
1 parent 36f342c commit c48dd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/react_on_rails/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def raise_missing_components_subdirectory
def shakapacker_precompile?
return Webpacker.config.webpacker_precompile? if ReactOnRails::WebpackerUtils.using_shakapacker_6?

Webpacker.config.shakapacker_precompile?
Shakapacker.config.shakapacker_precompile?
end

def shakapacker_clean_task
Expand Down

0 comments on commit c48dd97

Please sign in to comment.