disable fingerprint

This commit is contained in:
David Taylor 2024-12-18 12:15:10 +00:00
parent b34d6a82bd
commit 7fb24c6f65
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Sprockets::Asset.prepend(
Module.new do
def digest_path
# Webpack chunks are already named based on their contents
return logical_path if logical_path.start_with?("chunk.")
return logical_path # if logical_path.start_with?("chunk.")
super
end
end,