assetMapper() ->missingImportMode('strict') ->importmapPolyfill(false) ->path('assets/', true); if ($containerConfigurator->env() === 'prod') { $frameworkConfig ->assetMapper() ->missingImportMode('ignore'); } };