extension('framework', [ 'asset_mapper' => [ 'paths' => [ 'assets/', ], 'missing_import_mode' => 'strict', ], ]); if ($containerConfigurator->env() === 'prod') { $containerConfigurator->extension('framework', [ 'asset_mapper' => [ 'missing_import_mode' => 'warn', ], ]); } };