- Issue created by @Anybody
- π©πͺGermany Anybody Porta Westfalica
Okay I think this might be a COOKiES issue, as it needs to set preprocess=false which might also disable the minification?
https://git.drupalcode.org/project/cookies/-/blob/1.2.x/modules/cookies_...It would be best to have aggregation (preprocess) OFF, but minification ON ( https://www.drupal.org/node/3305725 β ).
Not yet sure if that's possible. - π©πͺGermany Anybody Porta Westfalica
See https://www.drupal.org/project/drupal/issues/3302755#comment-15659626 π On-the-fly JavaScript minification Fixed
- πΊπ¦Ukraine s.kulyk
The official documentation says that adding { preprocess: false } disables aggregation for the library file. Looks like developers decided to disable it for some reason.
- π¬π§United Kingdom dieppon
Will it be possible to maintain a JS version of the files that are minified and keep the
{ preprocess: false }
on?Something like this patch?