We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Propshaft::MissingAssetError
1 parent a711ebb commit ba83470Copy full SHA for ba83470
lib/importmap/engine.rb
@@ -55,6 +55,9 @@ class Engine < ::Rails::Engine
55
if defined?(Sprockets::Rails)
56
app.config.importmap.rescuable_asset_errors << Sprockets::Rails::Helper::AssetNotFound
57
end
58
+ if defined?(Propshaft)
59
+ app.config.importmap.rescuable_asset_errors << Propshaft::MissingAssetError
60
+ end
61
62
63
0 commit comments