Drupal 10: Turning Off CSS And JavaScript Pre-Processing Via Code

Add these values to your settings.php file.

$config['system.performance']['css']['preprocess'] = FALSE;
$config['system.performance']['js']['preprocess'] = FALSE;

Add new comment

The content of this field is kept private and will not be shown publicly.