diff --git a/lib/webpacker/configuration.rb b/lib/webpacker/configuration.rb index d0a696efd..a47cef32b 100644 --- a/lib/webpacker/configuration.rb +++ b/lib/webpacker/configuration.rb @@ -64,7 +64,11 @@ def extensions end def check_yarn_integrity=(value) - warn "Webpacker::Configuration#check_yarn_integrity=(value) has been deprecated. The integrity check has been removed from Webpacker so changing this setting will have no effect." + warn <<~EOS + Webpacker::Configuration#check_yarn_integrity=(value) is obsolete. The integrity + check has been removed from Webpacker (https://github.com/rails/webpacker/pull/2518) + so changing this setting will have no effect. + EOS end def webpack_compile_output?