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