Fix not importing stylesheet recursively (#39254)
This commit is contained in:
parent
b076ef1b1b
commit
d1c26c1e27
@ -47,7 +47,7 @@ module ViteRuby::ManifestIntegrityExtension
|
||||
}
|
||||
end
|
||||
|
||||
imports = dev_server_running? ? [] : entries.flat_map { |entry| entry['imports'] }.compact
|
||||
imports = dev_server_running? ? [] : entries.flat_map { |entry| import_chunks_for(entry) }
|
||||
|
||||
{
|
||||
scripts: script_paths,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user