disable fingerprint
This commit is contained in:
parent
b34d6a82bd
commit
7fb24c6f65
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue