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 34defe5 commit 70b2937Copy full SHA for 70b2937
lib/importmap/engine.rb
@@ -9,6 +9,7 @@ class Engine < ::Rails::Engine
9
config.importmap.sweep_cache = Rails.env.development? || Rails.env.test?
10
config.importmap.rescuable_asset_errors = [
11
defined?(Sprockets::Rails) && Sprockets::Rails::Helper::AssetNotFound,
12
+ defined?(Propshaft) && Propshaft::MissingAssetError,
13
].compact
14
15
config.autoload_once_paths = %W( #{root}/app/helpers )
0 commit comments