- 🇫🇷France prudloff Lille
JS: Enabled preprocess on all JS = True
AssetResolver:getJsAssets()
addspreprocess: false
on scripts with attributes like defer or async because it can't handle them correctly.
The "Enabled preprocess on all JS" option bypasses this logic and agregates these scripts regardless but loses the attributes.This could be fixed by 💬 Aggregate and bundle only JavaScript with defer without forcing all to defer? Needs work and 🐛 JavaScript aggregation should account for "async" and "defer" attributes Needs work .