Fix crash in development environment with no prebuilt assets and no vite dev server running (#35177)
This commit is contained in:
parent
91741214e1
commit
dbb20f76a7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module ViteRuby::ManifestIntegrityExtension
|
|||
|
||||
def load_manifest
|
||||
# Invalidate the name lookup cache when reloading manifest
|
||||
@name_lookup_cache = load_name_lookup_cache unless dev_server_running?
|
||||
@name_lookup_cache = nil unless dev_server_running?
|
||||
|
||||
super
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue