Turn off CSS and JavaScript aggregation in local development environment
In your settings.local.php
file (or, if using DDEV, your settings.ddev.php
file) in sites/default
, add these lines:
$config['system.performance']['css']['preprocess'] = FALSE;
$config['system.performance']['js']['preprocess'] = FALSE;